mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Fix r tests
This commit is contained in:
parent
7f1c3a3a45
commit
e17ed25116
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# R Test Cases
|
||||
This folder holds the test cases for **R**.
|
||||
This folder holds the test cases for **R**.
|
||||
|
||||
## Additional Docs
|
||||
No Additional information is needed for this test case.
|
||||
|
@ -10,4 +10,4 @@ The test cases denoted: `LANGUAGE_good_FILE.EXTENSION` are all valid, and should
|
|||
|
||||
## Bad Test Cases
|
||||
The test cases denoted: `LANGUAGE_bad_FILE.EXTENSION` are **NOT** valid, and should trigger errors when linted.
|
||||
- **Note:** They are linted utilizing the default linter rules.
|
||||
- **Note:** They are linted utilizing the default linter rules.
|
||||
|
|
|
@ -45,4 +45,4 @@ message("single_quotes")
|
|||
# trailing_whitespace
|
||||
y <- 2 + (1:10)
|
||||
|
||||
# trailing_blank_lines
|
||||
# trailing_blank_lines
|
||||
|
|
Loading…
Reference in a new issue