mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
Merge pull request #468 from mil7/patch-1
fix disabling-linters documentation
This commit is contained in:
commit
565883ac1b
1 changed files with 3 additions and 4 deletions
|
@ -40,6 +40,7 @@ For some linters it is also possible to override rules on a case by case level w
|
|||
- [Kotlin](#kotlin)
|
||||
- [OpenAPI](#openapi)
|
||||
- [Protocol Buffers](#protocol-buffers)
|
||||
- [Clojure](#clojure)
|
||||
- [EDITORCONFIG-CHECKER](#editorconfig-checker)
|
||||
- [HTML](#html)
|
||||
|
||||
|
@ -947,14 +948,13 @@ lint:
|
|||
|
||||
### clj-kondo disable entire file
|
||||
|
||||
````clojure
|
||||
```clojure
|
||||
{:output {:exclude-files ["path/to/file"]}}
|
||||
```
|
||||
|
||||
## EDITORCONFIG-CHECKER
|
||||
- [editorconfig-checker](https://github.com/editorconfig-checker/editorconfig-checker)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
### editorconfig-checker Config file
|
||||
- `.github/linters/.ecrc`
|
||||
- This linter will also use the [`.editorconfig`](https://editorconfig.org/) of your project
|
||||
|
@ -1004,4 +1004,3 @@ lint:
|
|||
### htmlhint disable entire file
|
||||
|
||||
- There is currently **No** way to disable rules in an entire file
|
||||
````
|
||||
|
|
Loading…
Reference in a new issue