Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

78159d2 · Jul 15, 2024

History

History
42 lines (28 loc) · 687 Bytes

hadolint.md

File metadata and controls

42 lines (28 loc) · 687 Bytes
title sidebar_label description sidebar_position
Hadolint
Hadolint
CodeRabbit's guide to Hadolint.
6

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