2019-11-21 15:30:19 -08:00
|
|
|
---
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2022-12-19 15:34:47 -08:00
|
|
|
rev: v4.4.0
|
2019-11-21 15:30:19 -08:00
|
|
|
hooks:
|
|
|
|
- id: check-added-large-files
|
|
|
|
- id: check-yaml
|
|
|
|
args:
|
|
|
|
- --allow-multiple-documents
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: check-merge-conflict
|
2021-12-01 14:47:58 -08:00
|
|
|
- repo: https://github.com/golangci/golangci-lint
|
2023-04-18 16:16:53 -07:00
|
|
|
rev: v1.52.2
|
2021-12-01 14:47:58 -08:00
|
|
|
hooks:
|
|
|
|
- id: golangci-lint
|
2021-05-10 21:52:38 -07:00
|
|
|
- repo: https://github.com/hadolint/hadolint
|
2022-12-19 15:34:47 -08:00
|
|
|
rev: v2.12.1-beta
|
2021-05-10 21:52:38 -07:00
|
|
|
hooks:
|
|
|
|
- id: hadolint
|