Skip to content

Commit

Permalink
Fix clj-kondo#2345 Handle :info levels
Browse files Browse the repository at this point in the history
  • Loading branch information
nxvipin committed Jun 29, 2024
1 parent f32d402 commit d0136ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clj_kondo/impl/sarif.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
(case level
:error "error"
:warning "warning"
:info "note"
:off "none"))

(defn- finding->sarif [finding]
Expand Down

0 comments on commit d0136ce

Please sign in to comment.