Skip to content

Commit

Permalink
update lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakethompson committed Nov 9, 2023
1 parent b3a8fe8 commit da4a414
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .lintr
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
linters: linters_with_defaults()
exclusions: list(
"R/ggplot2-color-scales.R" = c(75, 99, 119, 144, 194, 206),
"R/data-checks.R" = 38
"R/ggplot2-color-scales.R" = list(
object_name_linter = Inf
)
)
encoding: "UTF-8"

0 comments on commit da4a414

Please sign in to comment.