Skip to content

Commit 477f28f

Browse files
fixed codacy issue
1 parent 7407628 commit 477f28f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/sarif.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,9 @@ func FilterRulesFromSarif(sarifData []byte) ([]byte, error) {
277277
return filteredData, nil
278278
}
279279

280-
// PyreflyIssue represents a single issue in Pyrefly's JSON output
280+
// PyreflyIssue represents a single issue in Pyrefly's JSON output.
281281
// Example fields: line, column, stop_line, stop_column, path, code, name, description, concise_description
282282
// See: https://pyrefly.org/en/docs/usage/#output-formats
283-
284283
type PyreflyIssue struct {
285284
Line int `json:"line"`
286285
Column int `json:"column"`

0 commit comments

Comments
 (0)