-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New failure in 'adaptalint' #1997
Comments
Yep... here's the MRE: tibble::as_tibble(lintr::lint(text="a=1", linters=lintr::assignment_linter()))
|
Why doesn't
|
that's what used to happen, now as_tibble.list intercedes |
Maybe there's a |
Ah that makes sense. Can we export an S3 method without importing tibble? |
Haven't had time to explore yet, but there's a new failure in the 'adaptalint' test suite [v3.0.2 vs current HEAD]:
It's a simple test of
adaptalint::extract_style()
; that function looks like:The first thing that comes to mind is the new S3 dispatch... we might need to add an
as_tibble.lints
method, perhaps?The text was updated successfully, but these errors were encountered: