Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 777 Bytes

hadolint.md

File metadata and controls

47 lines (31 loc) · 777 Bytes
title sidebar_label description
Hadolint
Hadolint
CodeRabbit's guide to Hadolint.
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';

<ProPlanNotice />

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 will ignore the following severity levels if no config file is found:

Chill

  • none
  • ignore
  • style
  • info
  • warning

Assertive

  • none
  • ignore
  • style

Links