Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 687 Bytes

yamllint.md

File metadata and controls

34 lines (22 loc) · 687 Bytes
title sidebar_label description
YAMLlint
YAMLlint
CodeRabbit's guide to YAMLlint.
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';

<ProPlanNotice />

YAMLlint is a linter for YAML.

Files

YAMLlint will run on files with the following extensions:

  • .yaml
  • .yml

Configuration

YAMLlint supports the following config files:

  • .yamllint
  • .yamllint.yaml
  • .yamllint.yml

CodeRabbit will use the default settings based on the profile selected if no config file is found.

Links