Skip to content

Instantly share code, notes, and snippets.

@BaderSZ
Created April 29, 2020 21:12
Show Gist options
  • Save BaderSZ/5f885530e2e45379a6709636fe2bdd80 to your computer and use it in GitHub Desktop.
Save BaderSZ/5f885530e2e45379a6709636fe2bdd80 to your computer and use it in GitHub Desktop.
Basic config for R lintr
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