Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Jul 24, 2022
1 parent a2a4a8b commit 37e62c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/descriptors/makefile_checkmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ checkmake Makefile
```

```shell
checkmake --config .hadolint.yml Dockerfile
checkmake --config .checkmake.ini Makefile
```


Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/makefile.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ linters:
config_file_name: .checkmake.ini
examples:
- "checkmake Makefile"
- "checkmake --config .hadolint.yml Dockerfile"
- "checkmake --config .checkmake.ini Makefile"
install:
dockerfile:
- |
Expand Down

0 comments on commit 37e62c9

Please sign in to comment.