File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,9 @@ The following rules are ignored by default for all images in the `.hadolint.yaml
59
59
- [ ` DL3013 ` ] [ dl3013 ] : We always install the latest packages using ` pip `
60
60
61
61
The preferred way to ignore other rules is to flag them in the ` Dockerfile ` .
62
-
63
- > It is also possible to ignore rules by using a special comment directly above the Dockerfile instruction you want to make an exception for.
64
- > Ignore rule comments look like ` # hadolint ignore=DL3001,SC1081 ` .
65
- > For example:
62
+ You can use a special comment directly above the Dockerfile instruction you want to make an exception for.
63
+ Ignore rule comments look like ` # hadolint ignore=DL3001,SC1081 ` .
64
+ For example:
66
65
67
66
``` dockerfile
68
67
FROM ubuntu
You can’t perform that action at this time.
0 commit comments