mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 23:51:07 -05:00
fix whitespace
This commit is contained in:
parent
f6fcfb7922
commit
d9536d43ba
1 changed files with 2 additions and 2 deletions
|
@ -916,7 +916,7 @@ var = "terrible code down here..."
|
||||||
|
|
||||||
### lintr disable code block
|
### lintr disable code block
|
||||||
|
|
||||||
```r
|
```r
|
||||||
# nolint start
|
# nolint start
|
||||||
hotGarbage = 1++1/3+2
|
hotGarbage = 1++1/3+2
|
||||||
#a very long comment line
|
#a very long comment line
|
||||||
|
@ -926,7 +926,7 @@ var = "terrible code down here..."
|
||||||
|
|
||||||
Add files to exclude into the config file as a list of filenames to exclude from linting. You can use a named item to exclude only certain lines from a file.
|
Add files to exclude into the config file as a list of filenames to exclude from linting. You can use a named item to exclude only certain lines from a file.
|
||||||
|
|
||||||
```r
|
```r
|
||||||
exclusions: list("inst/doc/creating_linters.R" = 1, "inst/example/bad.R", "tests/testthat/exclusions-test")
|
exclusions: list("inst/doc/creating_linters.R" = 1, "inst/example/bad.R", "tests/testthat/exclusions-test")
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue