Remove linting from pre-commit because it is slow and messes up GoLand

It seems to confusing committing in the GoLand IDE.
This commit is contained in:
Ryan Richard 2021-03-15 16:25:45 -07:00
parent c46aa1c29d
commit ab6452ace7
1 changed files with 0 additions and 4 deletions

View File

@ -23,7 +23,3 @@ repos:
name: Validate copyright year name: Validate copyright year
entry: hack/check-copyright-year.sh entry: hack/check-copyright-year.sh
language: script language: script
- repo: https://github.com/golangci/golangci-lint
rev: v1.33.0
hooks:
- id: golangci-lint