mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
commit
2bcd235132
1 changed files with 7 additions and 1 deletions
|
@ -315,7 +315,13 @@ analyzer:
|
||||||
|
|
||||||
### Hadolint disable single line
|
### Hadolint disable single line
|
||||||
|
|
||||||
- There is currently **No** way to disable rules inline of the file(s)
|
```dockerfile
|
||||||
|
# hadolint ignore=DL3006
|
||||||
|
FROM ubuntu
|
||||||
|
|
||||||
|
# hadolint ignore=DL3003,SC1035
|
||||||
|
RUN cd /tmp && echo "hello!"
|
||||||
|
```
|
||||||
|
|
||||||
### Hadolint disable code block
|
### Hadolint disable code block
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue