Commit feb2e440 authored by Romain's avatar Romain

Fix lint

parent 3f61c9cb
...@@ -17,7 +17,7 @@ $ make lint-install ...@@ -17,7 +17,7 @@ $ make lint-install
## Lint ## Lint
The linter can be run per stack `make lint/<stack>` The linter can be run per stack `make lint/<stack>`.
```bash ```bash
$ make lint/scipy-notebook $ make lint/scipy-notebook
...@@ -49,7 +49,7 @@ $ make lint-all ...@@ -49,7 +49,7 @@ $ make lint-all
Sometimes it's necessary to ignore [some rules][LK3]. The preferred way is to do it in the `Dockerfile`. Sometimes it's necessary to ignore [some rules][LK3]. The preferred way is to do it in the `Dockerfile`.
> It is also possible to ignore rules by using a special comment directly above the Dockerfile instruction you want to make an exception for. Ignore rule comments look like `# hadolint ignore=DL3001,SC1081.` For example: > It is also possible to ignore rules by using a special comment directly above the Dockerfile instruction you want to make an exception for. Ignore rule comments look like `# hadolint ignore=DL3001,SC1081`. For example:
```dockerfile ```dockerfile
# hadolint ignore=DL3006 # hadolint ignore=DL3006
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment