File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -1386,6 +1386,13 @@ linters-settings:
13861386 severity : warning
13871387 disabled : false
13881388 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
13891396 # https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#confusing-naming
13901397 - name : confusing-naming
13911398 severity : warning
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ require (
6767 github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 // v1.0
6868 github.com/mattn/go-colorable v0.1.13
6969 github.com/mbilski/exhaustivestruct v1.2.0
70- github.com/mgechev/revive v1.2.4
70+ github.com/mgechev/revive v1.2.5
7171 github.com/mitchellh/go-homedir v1.1.0
7272 github.com/mitchellh/go-ps v1.0.0
7373 github.com/moricho/tparallel v0.2.1
@@ -122,7 +122,7 @@ require (
122122 github.com/Masterminds/semver v1.5.0 // indirect
123123 github.com/beorn7/perks v1.0.1 // indirect
124124 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
126126 github.com/davecgh/go-spew v1.1.1 // indirect
127127 github.com/ettle/strcase v0.1.1 // indirect
128128 github.com/fatih/structtag v1.2.0 // indirect
You can’t perform that action at this time.
0 commit comments