30 lines
649 B
YAML
30 lines
649 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: eslint
|
|
name: eslint
|
|
entry: scripts/lint.sh
|
|
language: system
|
|
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
|
|
types: [file]
|
|
- hooks:
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.3.0
|
|
- hooks:
|
|
- id: go-fmt
|
|
- id: go-lint
|
|
- id: go-imports
|
|
- id: go-unit-tests
|
|
- id: go-build
|
|
- id: go-mod-tidy
|
|
repo: git://github.com/dnephin/pre-commit-golang
|
|
rev: master
|
|
- hooks:
|
|
- id: commitizen
|
|
stages: [commit-msg]
|
|
repo: https://github.com/commitizen-tools/commitizen
|
|
rev: master
|