Skip to content

Commit a887bc6

Browse files
committed
fix: removed unused nolint
1 parent 7b5cb02 commit a887bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ func Enquote(arg string) string {
184184
return strings.ReplaceAll(repr(arg), `\\`, `\`)
185185
}
186186

187-
//nolint:gocyclo,gocognit
187+
//nolint:gocyclo
188188
func needsQuote(s string) bool {
189189
if s == "" {
190190
return true

0 commit comments

Comments
 (0)