Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 659 Bytes

yamllint.md

File metadata and controls

32 lines (21 loc) · 659 Bytes
title sidebar_label description
Yamllint
Yamllint
CodeRabbit's guide to Yamllint.

Yamllint is a linter for YAML.

:::note Tools are available under Pro-tier. :::

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