Skip to content

Commit 59f8092

Browse files
committed
update golangci-lint config
1 parent 4a7328c commit 59f8092

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/linters-config/.golangci.goplus.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ linters-settings:
121121
revive:
122122
enable-all-rules: true
123123
rules:
124+
- name: unused-parameter
125+
disabled: true
126+
- name: blank-imports
127+
disabled: true
128+
- name: unexported-return
129+
disabled: true
124130
- name: line-length-limit
125131
disabled: true
126132
- name: cognitive-complexity

0 commit comments

Comments
 (0)