We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7136216 commit b323ae3Copy full SHA for b323ae3
checks.go
@@ -135,7 +135,7 @@ func checkPeriod(c comment) *Issue {
135
// checkCapital checks that each sentense of the comment starts with
136
// a capital letter.
137
//
138
-//nolint:cyclop,funlen
+//nolint:cyclop,funlen,gocognit
139
func checkCapital(c comment) []Issue {
140
// Remove common abbreviations from the comment
141
for _, abbr := range abbreviations {
0 commit comments