You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how about a follow-up issue for tagging all # nolints in the package that way?
./R/closed_curly_linter.R: message = "Closing curly-braces should always be on their own line, unless it's followed by an else.", # nolint
./R/function_left_parentheses.R:function_left_parentheses_linter <- function(source_file) { # nolint: function_left_parentheses_linter.
./R/get_source_expressions.R: })(prev_locs == lag(next_locs)) # nolint
./R/open_curly_linter.R: message = "Opening curly braces should never go on their own line and should always be followed by a new line.", # nolint
./R/lint.R: expr_lints <- flatten_lints(linters[[linter]](expr)) # nolint
./tests/testthat/test-deprecated.R: expect_quiet_lint("'/blah/file.txt'", # nolint
./tests/testthat/test-lint_package.R:# lint_package(".") # nolint
./tests/testthat/test-lint_package.R:# lint_package(path_to_package) # nolint
./tests/testthat/test-rstudio_markers.R: expect_equal(marker3$basePath, "test") # nolint
how about a follow-up issue for tagging all
# nolint
s in the package that way?Originally posted by @MichaelChirico in #669 (comment)
Requires #660
The text was updated successfully, but these errors were encountered: