mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
fix disabling-linters dokumentation
Fix link to #closure Everything after #clojure chapter was not properly defined (anymore)
This commit is contained in:
parent
ca69d68311
commit
386ad69aae
1 changed files with 3 additions and 2 deletions
|
@ -39,6 +39,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)
|
||||
|
||||
|
@ -946,8 +947,9 @@ 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)
|
||||
|
@ -1003,4 +1005,3 @@ lint:
|
|||
### htmlhint disable entire file
|
||||
|
||||
- There is currently **No** way to disable rules in an entire file
|
||||
````
|
||||
|
|
Loading…
Reference in a new issue