Skip to content

Commit

Permalink
docs: Update TOC with Ignoring Rules section (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmay-pnaik committed Apr 24, 2024
1 parent 80a649f commit c1ec921
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ hadolint.github.io/hadolint**](https://hadolint.github.io/hadolint)
- [CLI](#cli)
- [Configure](#configure)
- [Non-Posix Shells](#non-posix-shells)
- [Inline ignores](#inline-ignores)
- [Global ignores](#global-ignores)
- [Ignoring Rules](#ignoring-rules)
- [Inline ignores](#inline-ignores)
- [Global ignores](#global-ignores)
- [Linting Labels](#linting-labels)
- [Note on dealing with variables in labels](#note-on-dealing-with-variables-in-labels)
- [Integrations](#integrations)
Expand Down Expand Up @@ -340,7 +341,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022
RUN Get-Process notepad | Stop-Process
```

## Ignoring rules
## Ignoring Rules

### Inline ignores

Expand Down

0 comments on commit c1ec921

Please sign in to comment.