Skip to content

Commit b323ae3

Browse files
committed
Fix linter issues.
1 parent 7136216 commit b323ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func checkPeriod(c comment) *Issue {
135135
// checkCapital checks that each sentense of the comment starts with
136136
// a capital letter.
137137
//
138-
//nolint:cyclop,funlen
138+
//nolint:cyclop,funlen,gocognit
139139
func checkCapital(c comment) []Issue {
140140
// Remove common abbreviations from the comment
141141
for _, abbr := range abbreviations {

0 commit comments

Comments
 (0)