Skip to content

Commit 9204334

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent ae7d2d6 commit 9204334

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.golangci.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ issues:
2626
max-same-issues: 0
2727

2828
linters-settings:
29-
copyloopvar:
30-
ignore-alias: true
3129
dupl:
3230
# Tokens count to trigger issue, 150 by default.
3331
threshold: 100
@@ -99,12 +97,11 @@ linters-settings:
9997
default-rpc-path: true
10098
http-method: true
10199
http-status-code: true
102-
os-dev-null: true
100+
rpc-default-path: true
103101
sql-isolation-level: true
104-
syslog-priority: true
105-
time-weekday: true
106-
time-month: true
107102
time-layout: true
103+
time-month: true
104+
time-weekday: true
108105
tls-signature-scheme: true
109106
whitespace:
110107
# Enforce newlines (or comments) after multi-line function signatures.

0 commit comments

Comments
 (0)