Skip to content

Commit

Permalink
Configure Sarif alert level in GitHub (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored Aug 9, 2022
1 parent 28770f7 commit f9b16d6
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions config/detekt/detekt.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,11 @@
comments:
severity: "error"

complexity:
severity: "error"

coroutines:
severity: "error"

empty-blocks:
severity: "error"

exceptions:
severity: "error"

formatting:
severity: "error"
NoWildcardImports:
active: false

naming:
severity: "error"
FunctionNaming:
ignoreAnnotated: ['Composable']

performance:
severity: "error"

potential-bugs:
severity: "error"

style:
severity: "error"
WildcardImport:
active: false

0 comments on commit f9b16d6

Please sign in to comment.