mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2025-04-11 12:06:33 +02:00
![pre-commit-ci[bot]](/assets/img/avatar_default.png)
updates: - [github.com/golangci/golangci-lint: v1.64.7 → v2.0.2](https://github.com/golangci/golangci-lint/compare/v1.64.7...v2.0.2)
21 lines
477 B
YAML
21 lines
477 B
YAML
ci:
|
|
skip: [golangci-lint-full, go-test]
|
|
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- repo: https://github.com/golangci/golangci-lint
|
|
rev: v2.0.2
|
|
hooks:
|
|
- id: golangci-lint-full
|
|
- repo: local
|
|
hooks:
|
|
- id: go-test
|
|
name: go test ./...
|
|
language: golang
|
|
types_or: [go]
|
|
entry: make test
|