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 ae7d2d6 commit 9204334Copy full SHA for 9204334
.golangci.yaml
@@ -26,8 +26,6 @@ issues:
26
max-same-issues: 0
27
28
linters-settings:
29
- copyloopvar:
30
- ignore-alias: true
31
dupl:
32
# Tokens count to trigger issue, 150 by default.
33
threshold: 100
@@ -99,12 +97,11 @@ linters-settings:
99
97
default-rpc-path: true
100
98
http-method: true
101
http-status-code: true
102
- os-dev-null: true
+ rpc-default-path: true
103
sql-isolation-level: true
104
- syslog-priority: true
105
- time-weekday: true
106
- time-month: true
107
time-layout: true
+ time-month: true
+ time-weekday: true
108
tls-signature-scheme: true
109
whitespace:
110
# Enforce newlines (or comments) after multi-line function signatures.
0 commit comments