Created
April 29, 2020 21:12
-
-
Save BaderSZ/5f885530e2e45379a6709636fe2bdd80 to your computer and use it in GitHub Desktop.
Basic config for R lintr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
linters: with_defaults(line_length_linter(120), | |
object_name_linter("lowercase"), | |
cyclocomp_linter(64), | |
semicolon_terminator_linter("compound"), | |
no_tab_linter, | |
assignment_linter) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment