Feature: Allow comments behind # zizmor ignore
to explain why
#513
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Pre-submission checks
What's the problem this feature will solve?
We currently can add
# zizmor: ignore
to specific lines in the Yaml except it will not allow any more words/comments behind it.We have some details on why some permissions are what they are:
Adding those comments behind the
# zizmor: ignore
would give more context and yet still allow ignore of specific parts.I've I am missing something please let me know how to do it in other ways.
Describe the solution you'd like
Allowing extra comments behind
# zizmor: ignore
Additional context
Im not the best in Rust or Regex but simple change would allow extra comments:
zizmor/src/finding/mod.rs
Line 285 in 1311239
The text was updated successfully, but these errors were encountered: