Created
November 28, 2017 18:01
-
-
Save lbusett/9b249efa463a0d1d086e937a16d2a2c4 to your computer and use it in GitHub Desktop.
exclude one 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
lint_package(".", | |
linters = with_defaults( | |
object_camel_case_linter = NULL, | |
object_snake_case_linter | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment