We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badee24 commit 95f01fdCopy full SHA for 95f01fd
seth/.golangci.yml
@@ -27,9 +27,6 @@ linters-settings:
27
local-prefixes: github.com/smartcontractkit/chainlink-testing-framework/seth
28
gosec:
29
exclude-generated: true
30
- govet:
31
- # report about shadowed variables
32
- check-shadowing: false
33
errorlint:
34
# Allow formatting of errors without %w
35
errorf: false
@@ -71,12 +68,10 @@ linters-settings:
71
68
- name: modifies-parameter
72
69
- name: identical-branches
73
70
- name: get-return
74
- - name: flag-parameter
75
- name: early-return
76
- name: defer
77
- name: constant-logical-expr
78
- name: confusing-naming
79
-# - name: confusing-results
80
- name: bool-literal-in-expr
81
- name: atomic
82
issues:
0 commit comments