File tree 3 files changed +13
-6
lines changed
3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -1386,6 +1386,13 @@ linters-settings:
1386
1386
severity : warning
1387
1387
disabled : false
1388
1388
arguments : [ 7 ]
1389
+ # https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#comment-spacings
1390
+ - name : comment-spacings
1391
+ severity : warning
1392
+ disabled : false
1393
+ arguments :
1394
+ - mypragma
1395
+ - otherpragma
1389
1396
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#confusing-naming
1390
1397
- name : confusing-naming
1391
1398
severity : warning
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ require (
67
67
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 // v1.0
68
68
github.com/mattn/go-colorable v0.1.13
69
69
github.com/mbilski/exhaustivestruct v1.2.0
70
- github.com/mgechev/revive v1.2.4
70
+ github.com/mgechev/revive v1.2.5
71
71
github.com/mitchellh/go-homedir v1.1.0
72
72
github.com/mitchellh/go-ps v1.0.0
73
73
github.com/moricho/tparallel v0.2.1
@@ -122,7 +122,7 @@ require (
122
122
github.com/Masterminds/semver v1.5.0 // indirect
123
123
github.com/beorn7/perks v1.0.1 // indirect
124
124
github.com/cespare/xxhash/v2 v2.1.2 // indirect
125
- github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 // indirect
125
+ github.com/chavacava/garif v0.0.0-20221024190013-b3ef35877348 // indirect
126
126
github.com/davecgh/go-spew v1.1.1 // indirect
127
127
github.com/ettle/strcase v0.1.1 // indirect
128
128
github.com/fatih/structtag v1.2.0 // indirect
You can’t perform that action at this time.
0 commit comments