Skip to content

Commit

Permalink
Disable go-critic hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mr0re1 authored and ek-nag committed Dec 8, 2023
1 parent 4fa8e3d commit 2a02353
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ repos:
args: [-over=15]
- id: go-unit-tests
- id: go-mod-tidy
- repo: https://github.com/tekwizely/pre-commit-golang
rev: v1.0.0-rc.1
hooks:
- id: go-critic
# Disabled temporarily due to https://github.com/go-critic/go-critic/issues/1388
# - repo: https://github.com/tekwizely/pre-commit-golang
# rev: v1.0.0-rc.1
# hooks:
# - id: go-critic
- repo: https://github.com/Bahjat/pre-commit-golang
rev: v1.0.2
hooks:
Expand Down

0 comments on commit 2a02353

Please sign in to comment.