Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add YAML file linter #6896

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

mhucka
Copy link
Contributor

@mhucka mhucka commented Dec 30, 2024

This adds check/yamllint and a corresponding configuration file .yamllint.yaml. Running ./check/yamllint will check all .yaml files recursively from the top of the source tree. Arguments can be passed to the script so that, e.g., ./check/yamllint somefilename will limit action to only the file somefilename.

This adds `check/yamllint` and a corresponding configuration file
`.yamllint.yaml`. Running `./check/yamllint` will check all `.yaml`
files recursively from the top of the source tree. Arguments can be
passed to the script so that, e.g., `./check/yamllint somefilename`
will limit action to only the file _somefilename_.
@CirqBot CirqBot added the size: S 10< lines changed <50 label Dec 30, 2024
Copy link

codecov bot commented Dec 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.86%. Comparing base (06f12b9) to head (70b0b0f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6896   +/-   ##
=======================================
  Coverage   97.86%   97.86%           
=======================================
  Files        1084     1084           
  Lines       94225    94225           
=======================================
  Hits        92215    92215           
  Misses       2010     2010           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mhucka mhucka marked this pull request as ready for review December 30, 2024 05:16
@mhucka mhucka requested review from vtomole and a team as code owners December 30, 2024 05:16
@mhucka mhucka requested a review from fdmalone December 30, 2024 05:16
@mhucka mhucka added the kind/health For CI/testing/release process/refactoring/technical debt items label Dec 31, 2024
@mhucka mhucka self-assigned this Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/health For CI/testing/release process/refactoring/technical debt items size: S 10< lines changed <50
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants