summaryrefslogtreecommitdiffstats
path: root/.yamllint.yml
AgeCommit message (Collapse)Author
2023-07-28ci disable yamllint line-length check (#15612)Ilya Mashchenko
2021-09-27Clean up YAML files in the repository. (#11570)Austin S. Hemmelgarn
* Assorted yamllint config updates. * Extended line length limit to 150. This is still a reasonable limit but cuts down on warnings a bit. * Added explicit ignore directives for external repo paths. This makes using yamllint locally nicer. * Enabled the rule to require null values to be explicit. This rule helps prevent accidental bogus mapping problems resulting from implicit null values combined with incorrect indentation. This only results in new errors in a couple of GHA workflows, which will be fixed in the next commit. * Fix all yamllint warnings in yaml file sin the repo. Most are indentation or spurious empty lines. * Fix invalid null value.
2020-05-06github/workflow: disable `document-start` yamllint check (#8522)Ilya Mashchenko
2020-04-14yamllint: enable truthy rule (#8698)Ilya Mashchenko
* yamllint: enable truthy rule
2020-04-01github/workflow: remove duplicate key (`line-length`) from theā€¦ (#8551)Ilya Mashchenko
2020-03-31add python.d configuration files to the yaml-files (#8541)Ilya Mashchenko
2020-03-31yamllint: increase line length 80=>120 (#8542)Ilya Mashchenko
2020-03-05Minor fixes for the yamllint CI. (#8302)Austin S. Hemmelgarn
* Turn off a buggy check in the yamllint config. * Drop yamllint flags. Reviewdog checks all changed files, and the line was misspelled anyway.
2020-03-04Add yamllint to reviewdog PR checks. (#8291)Austin S. Hemmelgarn