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 228c4c5 commit e855e51Copy full SHA for e855e51
.golangci.yml
@@ -173,9 +173,9 @@ linters:
173
severity: warning
174
disabled: true
175
- name: cognitive-complexity
176
- arguments: [55]
+ disabled: true # prefer maintidx
177
- name: cyclomatic
178
- arguments: [60]
179
- name: function-length
180
arguments: [150, 225]
181
- name: line-length-limit
0 commit comments