We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The linters can be specified by creating the .lintr file at the project or home directory. Details can be found at lintr documentation.
.lintr
The text was updated successfully, but these errors were encountered:
linters: with_defaults( line_length_linter(80), assignment_linter = NULL ) exclusions: list( "inst/test.R", "test/" ) exclude: "#"
Maybe add object_name_linter = NULL
object_name_linter = NULL
Sorry, something went wrong.
file in prepared, check back to confirm its working
Creating of .lintr (even when empty) causes lintr to stop functioning!!
No branches or pull requests
The linters can be specified by creating the
.lintr
file at the project or home directory. Details can be found at lintr documentation.The text was updated successfully, but these errors were encountered: