Skip to content

Commit 9ab591f

Browse files
authored
chore: remove error prone rule (#678)
Now that we have fixed the build to run error prone on later versions of Java, this rule is unnecessary.
1 parent 1407d97 commit 9ab591f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/renovate.json5

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
4141
],
4242
commitMessagePrefix: 'chore(deps):',
4343
},
44-
{
45-
groupName: 'error-prone-core',
46-
matchPackageNames: [
47-
'/^com.google.errorprone:error_prone_core/',
48-
],
49-
},
5044
{
5145
groupName: 'junit platform dependencies',
5246
matchPackageNames: [

0 commit comments

Comments
 (0)