File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 741
741
" fatcontext" ,
742
742
" forbidigo" ,
743
743
" forcetypeassert" ,
744
+ " funcorder" ,
744
745
" funlen" ,
745
746
" ginkgolinter" ,
746
747
" gocheckcompilerdirectives" ,
1302
1303
}
1303
1304
}
1304
1305
},
1306
+ "funcorderSettings" : {
1307
+ "type" : " object" ,
1308
+ "additionalProperties" : false ,
1309
+ "properties" : {
1310
+ "constructor" : {
1311
+ "description" : " Enable/disable feature to check constructors are placed after struct declaration." ,
1312
+ "type" : " boolean" ,
1313
+ "default" : true
1314
+ },
1315
+ "struct-method" : {
1316
+ "description" : " Enable/disable feature to check whether the exported struct's methods are placed before the non-exported." ,
1317
+ "type" : " boolean" ,
1318
+ "default" : true
1319
+ }
1320
+ }
1321
+ },
1305
1322
"funlenSettings" : {
1306
1323
"type" : " object" ,
1307
1324
"additionalProperties" : false ,
4345
4362
"forbidigo" : {
4346
4363
"$ref" : " #/definitions/settings/definitions/forbidigoSettings"
4347
4364
},
4365
+ "funcorder" : {
4366
+ "$ref" : " #/definitions/settings/definitions/funcorderSettings"
4367
+ },
4348
4368
"funlen" : {
4349
4369
"$ref" : " #/definitions/settings/definitions/funlenSettings"
4350
4370
},
You can’t perform that action at this time.
0 commit comments