Skip to content

Commit

Permalink
gh: remove duplicate files detected
Browse files Browse the repository at this point in the history
  • Loading branch information
kikofernandez committed Nov 22, 2024
1 parent 35fd4ed commit 42b6136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scan-code.escript
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ sarif(Errors) ->
~"uri" => File
},
~"length" => -1
} || {_, File, _} <- Errors
} || File <- lists:usort([F || {_, F, _} <- Errors])
],
~"results" =>
[ #{
Expand Down

0 comments on commit 42b6136

Please sign in to comment.