pre-commit: drop golangci-lint for now
The package crashes during check with: ``` golangci-lint............................................................Failed - hook id: golangci-lint - exit code: 3 level=warning msg="[runner] Can't run linter goanalysis_metalinter: buildir: failed to load package gpgme: could not load export data: no export data for \"github.com/proglottis/gpgme\"" level=error msg="Running error: can't run linter goanalysis_metalinter\nbuildir: failed to load package gpgme: could not load export data: no export data for \"github.com/proglottis/gpgme\"" ``` which is not helpful
This commit is contained in:
parent
fb56109048
commit
0563b845be
1 changed files with 4 additions and 4 deletions
|
|
@ -19,10 +19,10 @@ repos:
|
|||
hooks:
|
||||
- id: pyspelling
|
||||
args: ["--config", ".spellcheck.yml"]
|
||||
- repo: https://github.com/golangci/golangci-lint
|
||||
rev: v1.63.1
|
||||
hooks:
|
||||
- id: golangci-lint
|
||||
# - repo: https://github.com/golangci/golangci-lint
|
||||
# rev: v1.63.1
|
||||
# hooks:
|
||||
# - id: golangci-lint
|
||||
- repo: https://github.com/hhatto/autopep8
|
||||
rev: v2.3.0
|
||||
hooks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue