Skip to content

Commit

Permalink
Ignore Detekt failures
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Apr 18, 2024
1 parent 6d3dc5a commit a7e045a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ idea {

tasks {
detektMain {
// Failures are reported in GitHub
ignoreFailures = true

reports {
sarif {
required = true
outputLocation = sarifReport
}

}

}
}

Expand Down

0 comments on commit a7e045a

Please sign in to comment.