mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-13 10:03:55 +01:00
Add pre-commit
This commit is contained in:
parent
9a58810747
commit
fabf06d272
@ -8,4 +8,11 @@ repos:
|
||||
- id: no-go-testing
|
||||
- id: go-unit-tests
|
||||
- id: go-build
|
||||
- id: go-mod-tidy
|
||||
- id: go-mod-tidy
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks.git
|
||||
rev: v4.3.0
|
||||
hooks:
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
- id: mixed-line-ending
|
||||
- id: check-merge-conflict
|
||||
|
Loading…
Reference in New Issue
Block a user