mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
17 lines
389 B
YAML
17 lines
389 B
YAML
repos:
|
|
- repo: https://github.com/golangci/golangci-lint
|
|
rev: v2.6.2
|
|
hooks:
|
|
- id: golangci-lint-fmt
|
|
require_serial: true
|
|
- id: golangci-lint-full
|
|
- id: golangci-lint-config-verify
|
|
- repo: local
|
|
hooks:
|
|
- id: go-test
|
|
name: go test
|
|
entry: go test ./...
|
|
language: system
|
|
pass_filenames: false
|
|
types: [go]
|