Skip to content

Commit

Permalink
ci: show all lint information in the console
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorhugods committed May 23, 2024
1 parent 25f8a2f commit 522d1cb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ private fun Project.configureKotlin() {

private fun CommonExtension<*, *, *, *, *>.configureLint(project: Project) {
lint {
showAll = true
explainIssues = true
quiet = false
abortOnError = true
ignoreWarnings = true
Expand Down

0 comments on commit 522d1cb

Please sign in to comment.