2019-11-21 23:30:19 +00:00
|
|
|
---
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2022-12-19 23:34:47 +00:00
|
|
|
rev: v4.4.0
|
2019-11-21 23:30:19 +00: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 22:47:58 +00:00
|
|
|
- repo: https://github.com/golangci/golangci-lint
|
2023-04-18 23:16:53 +00:00
|
|
|
rev: v1.52.2
|
2021-12-01 22:47:58 +00:00
|
|
|
hooks:
|
|
|
|
- id: golangci-lint
|
2021-05-11 04:52:38 +00:00
|
|
|
- repo: https://github.com/hadolint/hadolint
|
2022-12-19 23:34:47 +00:00
|
|
|
rev: v2.12.1-beta
|
2021-05-11 04:52:38 +00:00
|
|
|
hooks:
|
|
|
|
- id: hadolint
|