Skip to content

Commit

Permalink
Disable build warnings on DefaultLocale and SafeLoggingPropagation
Browse files Browse the repository at this point in the history
  • Loading branch information
nk1506 committed Aug 20, 2024
1 parent 43bbf08 commit 7ed43d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions baseline.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ subprojects {
'-Xep:TypeParameterUnusedInFormals:OFF',
// Palantir's UnnecessarilyQualified may throw during analysis
'-Xep:UnnecessarilyQualified:OFF',
'-Xep:DefaultLocale:OFF',
'-Xep:SafeLoggingPropagation:OFF',
)
}
}
Expand Down

0 comments on commit 7ed43d7

Please sign in to comment.