disable linter which failing wihout enough info (#8049)

This commit is contained in:
Alex Sharov 2023-08-23 05:56:35 +06:00 committed by GitHub
parent a83a478bae
commit 804248a528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ linters:
- unused
- performance
disable:
- gosec # enable it after 1-2 weeks. it failing CI withoutt enough info to fix: https://github.com/ledgerwatch/erigon/actions/runs/5928644129/job/16074701625
- exhaustive
- musttag
- contextcheck