mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -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
|
### 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
|
### editorconfig-checker disable entire file
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue