Skip to content

Commit

Permalink
Added a nolint tag to preventing linting of a necessary long line
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Jul 7, 2023
1 parent 9952398 commit 69e8fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/clean_expected_files.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This script removes the svg and csv files used in the automatic tests
# This is usually required when a new version of rstan is released
# Random number generation changes for each new version of
# Rstan, https://mc-stan.org/docs/2_18/reference-manual/reproducibility-chapter.html
# Rstan, https://mc-stan.org/docs/2_18/reference-manual/reproducibility-chapter.html #nolint
# thus all files with expected results (both tables and graphs) become
# obsolete and need to be regenerated
paths <- c(test_path("_snaps", "*"), test_path("testdata", "dataframes",
Expand Down

0 comments on commit 69e8fb8

Please sign in to comment.