Skip to content

Overcommit 0.35.0

Compare
Choose a tag to compare
@sds sds released this 09 Aug 19:06
· 403 commits to main since this release
  • Drop support for Ruby 1.9.3
  • Fix JavaCheckstyle pre-commit hook to properly categorize INFO and WARN messages
  • Add TestUnit pre-push hook to run tests with Test::Unit
  • Add BundleAudit pre-commit hook to scan gems for vulnerabilities with bundle-audit
  • Copy hook files instead of symlinking
  • Add Credo pre-commit hook to check Elixir files
  • Remove Brakeman pre-commit hook as it could erroneously report clean runs depending on which files were committed to your repository. You should run this tool in a separate job/task in your CI runs as it doesn't make for a good pre-commit hook.
  • Add Commitplease pre-commit hook which checks commit messages with commitplease