Skip to content

Commit

Permalink
nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Dec 3, 2024
1 parent cb2d6d5 commit 3ce4123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/lint.R
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ lint_dir <- function(path = ".", ...,
} else {
lints <- lapply(
files,
function(file) {
function(file) { # nolint: unnecessary_lambda_linter.
lint(file, ..., parse_settings = FALSE, exclusions = exclusions)
}
)
Expand Down

0 comments on commit 3ce4123

Please sign in to comment.