We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c856d9 commit 9140691Copy full SHA for 9140691
.golangci.example.yml
@@ -590,6 +590,10 @@ linters-settings:
590
# tab width in spaces. Default to 1.
591
tab-width: 1
592
593
+ maintidx:
594
+ # show functions with maintainability index < N only.
595
+ under: 20
596
+
597
makezero:
598
# Allow only slices initialized with a length of zero. Default is false.
599
always: false
@@ -1117,10 +1121,6 @@ linters-settings:
1117
1121
force-short-decl-cuddling: false
1118
1122
strict-append: true
1119
1123
1120
- maintidx:
- # show functions with maintainability index < N only.
- under: 20
-
1124
# The custom section can be used to define linter plugins to be loaded at runtime.
1125
# See README doc for more info.
1126
custom:
0 commit comments