terraform-provider-garage/.pre-commit-config.yaml

14 lines
300 B
YAML
Raw Normal View History

repos:
- repo: local
hooks:
- id: tfplugindocs
name: tfplugindocs
entry: tfplugindocs
language: system
types: [go]
pass_filenames: false
- repo: https://github.com/golangci/golangci-lint
rev: v1.55.2
hooks:
- id: golangci-lint-full