Skip to content

Commit

Permalink
Update .lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Apr 22, 2024
1 parent fa20a46 commit 3ab0ec4
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .lintr
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
linters: with_defaults(object_name_linter=NULL,line_length_linter(100),trailing_whitespace_linter=NULL, open_curly_linter = NULL, closed_curly_linter = NULL)
linters: all_linters(
absolute_path_linter = NULL,
assignment_linter = NULL,
commented_code_linter = NULL,
cyclocomp_linter(25L),
if_not_else_linter(exceptions = character(0L)),
implicit_integer_linter = NULL,
library_call_linter = NULL,
line_length_linter(120L),
namespace_linter = NULL,
nonportable_path_linter = NULL,
object_name_linter = NULL,
object_length_linter(50L),
object_usage_linter = NULL,
todo_comment_linter = NULL,
string_boundary_linter = NULL,
strings_as_factors_linter = NULL,
undesirable_function_linter = NULL,
undesirable_operator_linter = NULL,
unnecessary_concatenation_linter(allow_single_expression = FALSE),
unused_import_linter = NULL
)

0 comments on commit 3ab0ec4

Please sign in to comment.