Skip to content

Commit e74f840

Browse files
committed
chore: remove unused linter
1 parent 42a6ba3 commit e74f840

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.lintr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
linters: linters_with_defaults(
22
line_length_linter = line_length_linter(120),
3-
cyclocomp_linter = NULL,
43
object_usage_linter = NULL,
54
object_name_linter = object_name_linter(styles = c("snake_case", "symbols"), regexes = c(ANL = "^ANL_?[0-9A-Z_]*$", ADaM = "^r?AD[A-Z]{2,3}_?[0-9]*$")),
65
indentation_linter = NULL

0 commit comments

Comments
 (0)