> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coderabbit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Hadolint

> CodeRabbit's guide to Hadolint.

[Hadolint](https://github.com/hadolint/hadolint) is a Dockerfile linter.

## Files

Hadolint will run on files with the following file names:

* `Dockerfile`
* `*.dockerfile`
* `Dockerfile.*`

## Configuration

Hadolint supports the following config files:

* `.hadolint.yaml`

CodeRabbit filters the following severity levels based on the selected review profile:

### Chill

* `none`
* `ignore`
* `style`
* `info`
* `warning`

### Assertive

* `none`
* `ignore`
* `style`

## When we skip Hadolint

CodeRabbit will skip running Hadolint when:

* Hadolint is already running in GitHub workflows.

## Links

* [Hadolint Configuration](https://github.com/hadolint/hadolint?tab=readme-ov-file#configure)
