Skip to content

Commit ec608b9

Browse files
committed
docs: add missing doc
1 parent 8a076ca commit ec608b9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.golangci.next.reference.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,6 +1840,8 @@ linters-settings:
18401840
- unusedresult
18411841
# Checks for unused writes.
18421842
- unusedwrite
1843+
# Checks for misuses of sync.WaitGroup.
1844+
- waitgroup
18431845

18441846
# Enable all analyzers.
18451847
# Default: false

jsonschema/golangci.next.jsonschema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@
210210
"unreachable",
211211
"unsafeptr",
212212
"unusedresult",
213-
"unusedwrite"
213+
"unusedwrite",
214+
"waitgroup"
214215
]
215216
},
216217
"revive-rules": {

0 commit comments

Comments
 (0)