diff --git a/.automation/test/r/README.md b/.automation/test/r/README.md index 19e0042f..12f123c1 100644 --- a/.automation/test/r/README.md +++ b/.automation/test/r/README.md @@ -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. \ No newline at end of file +- **Note:** They are linted utilizing the default linter rules. diff --git a/.automation/test/r/r_good_1.r b/.automation/test/r/r_good_1.r index e6c5c41d..8bd91f2b 100644 --- a/.automation/test/r/r_good_1.r +++ b/.automation/test/r/r_good_1.r @@ -45,4 +45,4 @@ message("single_quotes") # trailing_whitespace y <- 2 + (1:10) -# trailing_blank_lines \ No newline at end of file +# trailing_blank_lines