mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
updating doc
This commit is contained in:
parent
f36be3da6f
commit
3eec4c39e8
1 changed files with 7 additions and 1 deletions
|
@ -350,7 +350,13 @@ RUN cd /tmp && echo "hello!"
|
|||
|
||||
### editorconfig-checker disable code block
|
||||
|
||||
- There is currently **No** way to disable rules inline of the file(s)
|
||||
```js
|
||||
<!-- editorconfig-checker-disable -->
|
||||
|
||||
[somelink]: http://www.some.super.long.url.well.larger.than.the.maximum.line.length/that-I-have-no-control-over.html
|
||||
|
||||
<!-- editorconfig-checker-enable -->
|
||||
```
|
||||
|
||||
### editorconfig-checker disable entire file
|
||||
|
||||
|
|
Loading…
Reference in a new issue