|
| 1 | +linters <- modify_defaults( |
| 2 | + all_linters(), |
| 3 | + absolute_path_linter = NULL, |
| 4 | + commented_code_linter = NULL, |
| 5 | + condition_call_linter = NULL, |
| 6 | + cyclocomp_linter = NULL, |
| 7 | + expect_identical_linter = NULL, |
| 8 | + function_argument_linter = NULL, |
| 9 | + if_switch_linter = NULL, # false positive: r-lib/lintr#2835 |
| 10 | + implicit_assignment_linter = NULL, |
| 11 | + implicit_integer_linter = NULL, |
| 12 | + keyword_quote_linter = NULL, |
| 13 | + line_length_linter = NULL, |
| 14 | + missing_argument_linter = NULL, |
| 15 | + namespace_linter = NULL, |
| 16 | + nonportable_path_linter = NULL, |
| 17 | + nzchar_linter = NULL, |
| 18 | + object_length_linter = NULL, |
| 19 | + object_name_linter = NULL, |
| 20 | + object_overwrite_linter = NULL, |
| 21 | + object_usage_linter = NULL, |
| 22 | + one_call_pipe_linter = NULL, |
| 23 | + strings_as_factors_linter = NULL, |
| 24 | + todo_comment_linter = NULL, |
| 25 | + undesirable_function_linter = NULL, |
| 26 | + unused_import_linter = NULL |
| 27 | +) |
0 commit comments