Skip to content
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

lint code: turn on default linter object_name_linter #338

Open
dschlaep opened this issue Oct 18, 2018 · 0 comments
Open

lint code: turn on default linter object_name_linter #338

dschlaep opened this issue Oct 18, 2018 · 0 comments
Milestone

Comments

@dschlaep
Copy link
Member

We need to decide object name style we follow: UpperCamelCase, lowerCamelCase, alllowercase, ALLUPPERCASE, snake_case or dotted.case (see ?object_name_linter). Setup the linters and lint our code accordingly.

See .lintr:

  # Turn off default linters for now:
  object_name_linter = NULL,
  camel_case_linter = NULL,
  snake_case_linter = NULL,
@dschlaep dschlaep added this to the Clean code milestone Oct 18, 2018
dschlaep added a commit that referenced this issue Oct 18, 2018
- remove deprecated linters: camel_case_linter, snake_case_linter --> replaced by (currently non-active) `object_name_linter` (see #338)
- activated `absolute_path_linter`: close #339
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant