Skip to content

Commit

Permalink
Merge pull request #190 from testinprod-io/disable-govet-copylocks
Browse files Browse the repository at this point in the history
Temporarily disable govet-copylocks linter
  • Loading branch information
ImTei authored Jun 17, 2024
2 parents 6021b13 + fb8dbcb commit ef06ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ linters-settings:
- fieldalignment
- shadow
- unsafeptr
- copylocks #TODO: [https://github.com/testinprod-io/op-erigon/issues/117] enable me after https://github.com/ledgerwatch/erigon/pull/9977 is merged
goconst:
min-len: 2
min-occurrences: 2
Expand Down

0 comments on commit ef06ae3

Please sign in to comment.