873aaec785
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.38 to 0.17.39. - [Release notes](https://github.com/99designs/gqlgen/releases) - [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md) - [Commits](https://github.com/99designs/gqlgen/compare/v0.17.38...v0.17.39)
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
# See https://pre-commit.com for more information
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.4.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
args:
|
|
- --allow-multiple-documents
|
|
- id: check-added-large-files
|
|
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
|
|
rev: v1.0.5
|
|
hooks:
|
|
- id: gitlab-ci-linter
|
|
args:
|
|
- --project
|
|
- unboundsoftware/schemas
|
|
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
|
|
rev: v9.5.0
|
|
hooks:
|
|
- id: commitlint
|
|
stages: [ commit-msg ]
|
|
additional_dependencies: [ '@commitlint/config-conventional' ]
|
|
- repo: https://github.com/dnephin/pre-commit-golang
|
|
rev: v0.5.1
|
|
hooks:
|
|
- id: go-mod-tidy
|
|
- id: go-imports
|
|
args:
|
|
- -local
|
|
- gitlab.com/unboundsoftware/schemas
|
|
- repo: https://github.com/lietu/go-pre-commit
|
|
rev: v0.0.1
|
|
hooks:
|
|
- id: go-test
|
|
- id: gofumpt
|
|
- repo: https://github.com/golangci/golangci-lint
|
|
rev: v1.54.2
|
|
hooks:
|
|
- id: golangci-lint
|
|
exclude: '^ctl/generated.go|graph/generated/.*$|^graph/model/models_gen.go|^tools/.*$$'
|