Skip to content

Commit a77ee84

Browse files
committed
review
1 parent 614dae7 commit a77ee84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.golangci.reference.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,6 +2386,12 @@ linters-settings:
23862386
# Default: false
23872387
enable-all-rules: true
23882388

2389+
# Enable validation of comment directives
2390+
# See https://github.com/mgechev/revive#comment-directives
2391+
directives:
2392+
- name: specify-disable-reason
2393+
severity: error
2394+
23892395
# Sets the default failure confidence.
23902396
# This means that linting errors with less than 0.8 confidence will be ignored.
23912397
# Default: 0.8

0 commit comments

Comments
 (0)