Skip to content

Commit

Permalink
Local testing with lintr shows lint failures with unexpected characte…
Browse files Browse the repository at this point in the history
…rs around comments. GH lintr recommends removal of commented out code in the Details section of the GH Action. Pilot3 Team discussed the relevance of retaining the commented out code in the WG repository. Pilot3 Team Leads suggested using nolints for commented out code. Commented code lint disabled.
  • Loading branch information
Robert Devine committed Jan 18, 2024
1 parent 498fbf9 commit db307d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintr
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
linters: linters_with_defaults(line_length_linter(150), object_usage_linter=NULL, cyclocomp_linter(complexity_limit = 20))
linters: linters_with_defaults(line_length_linter(150), object_usage_linter=NULL, cyclocomp_linter(complexity_limit = 20), commented_code_linter = NULL)
exclusions: list("R/data.R", "renv")

0 comments on commit db307d6

Please sign in to comment.