Skip to content

Commit

Permalink
resolve lints again
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakethompson committed Aug 9, 2024
1 parent 70e6476 commit 753dc48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .lintr
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
linters: linters_with_defaults(
indentation_linter = NULL,
return_linter = NULL
indentation_linter = NULL
)
exclusions: list(
"R/stanmodels.R",
Expand Down
1 change: 1 addition & 0 deletions R/measr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
## usethis namespace: end
NULL

# nolint next
.datatable.aware <- TRUE

release_bullets <- function() {
Expand Down

0 comments on commit 753dc48

Please sign in to comment.