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
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