Skip to content

Commit 00d8476

Browse files
committed
addressed AI review
1 parent 09afdf0 commit 00d8476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/lint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ func GetLintCommand() *cobra.Command {
277277
}
278278
st, fs, fp, err := lintFile(lfr)
279279

280-
if s != nil {
280+
if st != nil {
281281
stats = st
282282
}
283283
filesProcessedSize = filesProcessedSize + fs + size

0 commit comments

Comments
 (0)