-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Disable certain errorprone checks for gradle plugins (#504)
Fixes #389 ## Before this PR Gradle plugins would be subjected to certain error prone checks that are only really applicable to code that will run as part of deployed services: * Slf4jLogsafeArgs * PreferSafeLoggableExceptions ## After this PR These checks are disabled for gradle plugin projects, i.e. projects that apply `java-gradle-plugin`. cc @iamdanfox
- Loading branch information
1 parent
4e97d86
commit d318e37
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters