Skip to content

Commit

Permalink
build(git): 🔧 remove golangci-lint from pre-commit config
Browse files Browse the repository at this point in the history
- remove golangci-lint pre-commit hook as there is no easy way to run the linter on staged files only. As such, this hook often just gets in the way of making commits with staged/unstaged files
  • Loading branch information
joshuar committed Oct 17, 2024
1 parent 9a7a224 commit 5a327e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
# https://opensource.org/licenses/MIT

repos:
- repo: https://github.com/golangci/golangci-lint
rev: v1.60.3
hooks:
- id: golangci-lint
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.3.0
hooks:
Expand Down

0 comments on commit 5a327e9

Please sign in to comment.