Skip to content

0.16.0

2026-07-05 ยท View on GitHub

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)