2022-12-08 16:09:31 +00:00
|
|
|
repos:
|
|
|
|
- repo: local
|
|
|
|
hooks:
|
|
|
|
- id: tfplugindocs
|
|
|
|
name: tfplugindocs
|
2023-11-23 18:40:06 +00:00
|
|
|
entry: tfplugindocs
|
2022-12-08 16:09:31 +00:00
|
|
|
language: system
|
|
|
|
types: [go]
|
|
|
|
pass_filenames: false
|
2023-11-23 18:40:06 +00:00
|
|
|
- repo: https://github.com/golangci/golangci-lint
|
|
|
|
rev: v1.55.2
|
2022-12-08 16:09:31 +00:00
|
|
|
hooks:
|
2023-11-23 18:40:06 +00:00
|
|
|
- id: golangci-lint-full
|