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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New
New features
fail-on severity threshold — fail the run on violations at or above a chosen severity: fail-on: error|warning|info in .skillsaw.yaml, --fail-on on the CLI, or the fail-on GitHub Action input. strict: true is now shorthand for fail-on: warning. With fail-on: info, a zero-violation repo stays clean as new rules land, and every report format includes the info violations that caused a failure (#365, #368)
content-inconsistent-terminology — individual term groups can now be configured via rule config (#367)