Skip to content

Commit

Permalink
enable linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 11, 2020
1 parent 7437279 commit 600185a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R-package/tests/testthat/test_lint.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ test_that("Code Lint", {
spaces_inside_linter=lintr::spaces_inside_linter,
spaces_left_parentheses_linter=lintr::spaces_left_parentheses_linter,
trailing_blank_lines_linter=lintr::trailing_blank_lines_linter,
trailing_whitespace_linter=lintr::trailing_whitespace_linter
trailing_whitespace_linter=lintr::trailing_whitespace_linter,
true_false=lintr::T_and_F_symbol_linter
)
# lintr::expect_lint_free(linters=my_linters) # uncomment this if you want to check code quality
lintr::expect_lint_free(linters=my_linters) # uncomment this if you want to check code quality
})

0 comments on commit 600185a

Please sign in to comment.