mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
commit
a96ab33ea8
2 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@ quiet: true
|
||||||
################
|
################
|
||||||
skip_list:
|
skip_list:
|
||||||
- '602' # Allow compare to empty string
|
- '602' # Allow compare to empty string
|
||||||
- '204' # Allow string length greater that 160 chars
|
- '204' # Allow string length greater than 160 chars
|
||||||
- '301' # False positives for running command shells
|
- '301' # False positives for running command shells
|
||||||
- '303' # Allow git commands for push add, etc...
|
- '303' # Allow git commands for push, add, etc...
|
||||||
- '305' # Allow use of shell when you want
|
- '305' # Allow use of shell when you want
|
||||||
- '503' # Allow step to run like handler
|
- '503' # Allow step to run like handler
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Disabling linters and Rules
|
# Disabling linters and Rules
|
||||||
If you find you need to ignore certain **errors** and **warnings**, you will need to know the *format* to disable the **Super-Linter** rules.
|
If you find you need to ignore certain **errors** and **warnings**, you will need to know the *format* to disable the **Super-Linter** rules.
|
||||||
Below is examples and documentation for each language and the various methods to disable.
|
Below are examples and documentation for each language and the various methods to disable.
|
||||||
|
|
||||||
## Table of Linters
|
## Table of Linters
|
||||||
- [Ruby](#ruby)
|
- [Ruby](#ruby)
|
||||||
|
|
Loading…
Reference in a new issue