Skip to content

Commit e92e2e7

Browse files
committed
chore: update doc
1 parent b1c2fa5 commit e92e2e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.golangci.reference.yml

+7
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)