warpnet / salt-lint

A command-line utility that checks for best practices in SaltStack.
https://salt-lint.readthedocs.io/en/latest/
MIT License
152 stars 39 forks source link

feat: support noqa before multiline strings #318

Open tacerus opened 8 months ago

tacerus commented 8 months ago

Allow rules applying to lines inside multiline strings inside lists to be skipped by using the "noqa" statement in the line of the multiline start marker.

tacerus commented 8 months ago

See https://github.com/warpnet/salt-lint/issues/317.