xingzihai
b44ba7096f
feat(hooks): add pre-commit quality check hook
- Add pre-bash-commit-quality.js hook script
- Runs quality checks before git commit commands:
- Lints staged files (ESLint, Pylint, golint)
- Validates commit message format (conventional commits)
- Detects console.log/debugger statements
- Warns about TODO/FIXME without issue references
- Detects potential hardcoded secrets
- Updates hooks.json with new hook configuration
- Updates README.md with hook documentation
Cross-platform (Windows, macOS, Linux)
2026-03-26 00:28:26 +00:00
..
2026-03-07 14:47:46 -08:00
2026-02-18 07:40:12 +00:00
2026-03-04 14:48:06 -08:00
2026-03-24 23:08:27 -04:00
2026-03-04 14:48:06 -08:00
2026-03-25 16:03:21 +09:00
2026-03-04 14:48:06 -08:00
2026-02-18 07:40:12 +00:00
2026-03-24 23:08:27 -04:00
2026-03-10 20:47:09 -07:00
2026-03-10 20:47:09 -07:00
2026-03-24 23:08:27 -04:00
2026-03-04 14:48:06 -08:00
2026-03-04 14:48:06 -08:00
2026-02-18 18:33:04 +05:30
2026-03-11 10:45:28 +09:00
2026-02-18 07:40:12 +00:00
2026-03-26 00:28:26 +00:00
2026-03-09 22:49:43 -07:00
2026-03-04 14:48:06 -08:00
2026-03-04 14:48:06 -08:00
2026-02-13 02:42:01 -08:00
2026-03-04 14:48:06 -08:00
2026-03-11 10:45:28 +09:00
2026-03-09 22:49:43 -07:00
2026-03-25 04:00:50 -04:00
2026-03-16 13:38:47 -07:00
2026-03-20 01:38:11 -07:00
2026-03-25 03:44:03 -04:00
2026-03-07 14:47:31 -08:00