fix disabling-linters dokumentation

Fix link to #closure

Everything after #clojure chapter was not properly defined (anymore)
This commit is contained in:
mil7 2020-07-23 14:55:56 +02:00 committed by GitHub
parent ca69d68311
commit 386ad69aae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
````