-
Notifications
You must be signed in to change notification settings - Fork 278
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
Disable rules by key #672
Comments
This isn't currently possible, but I have two suggestions:
|
Unfortunately, this isn't possible due to the automatic dependency update system (Renovate) being used.
I've just disabled that particular rule globally for now. The ideal situation would be to be able to do something like # yamllint disable-for-item *.uses rule:line-length
steps: |
I have the following config:
Due to other tooling I have, those lines with
uses
are always going to be too long. I'd like to disable theline-length
rule, but only for those lines, and without spammingyamllint disable-line
everywhere.The text was updated successfully, but these errors were encountered: