mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-02-08 01:47:10 +00:00
chore(lint): replace docker-based precommit (#29)
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
repos:
|
||||
- repo: https://github.com/oxsecurity/megalinter
|
||||
rev: v8.4.2 # Git tag specifying the hook, not mega-linter-runner, version
|
||||
- repo: https://github.com/golangci/golangci-lint
|
||||
rev: v1.57.2
|
||||
hooks:
|
||||
- id: megalinter-incremental # Faster, less thorough
|
||||
stages:
|
||||
- pre-commit
|
||||
- id: golangci-lint
|
||||
args: ["--timeout=5m"]
|
||||
- repo: https://github.com/tekwizely/pre-commit-golang
|
||||
rev: v1.0.0-rc.1
|
||||
hooks:
|
||||
|
||||
Reference in New Issue
Block a user