You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love to see inline/annotation support for ignore rules. Many other linters (one example: shellcheck) does the same.
The ignore rule would then only apply to the following line instead of all files in the run. Similarly, applying it to the top of the file would only apply it to said file.
It would be nice if the existing format for shellcheck comments were supported in addition to any new formats.
Edit: actually never mind; I've found that the "# shellcheck disable" comments just need to go on the line directly before the warning they're disabling (rather than at the top), and then they work. Of course, finding the exact line would be easier if #360 were fixed...
I'd love to see inline/annotation support for ignore rules. Many other linters (one example: shellcheck) does the same.
The ignore rule would then only apply to the following line instead of all files in the run. Similarly, applying it to the top of the file would only apply it to said file.
Example (from actionlint annotation examples):
The text was updated successfully, but these errors were encountered: