Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<errorprone.version>2.26.1</errorprone.version>
<nullaway.version>0.10.19</nullaway.version>
<errorprone.slf4j.version>0.1.20</errorprone.slf4j.version>
<picnic.errorprone.support.version>0.15.0</picnic.errorprone.support.version>
<picnic.errorprone.support.version>0.16.1</picnic.errorprone.support.version>

<commonmark.version>0.20.0</commonmark.version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public final class ErrorAwayRulesMapping {
public static final int ERRORPRONE_REPOSITORY_RULES_COUNT = 437;
public static final int NULLAWAY_REPOSITORY_RULES_COUNT = 1;
public static final int ERRORPRONE_SLF4J_REPOSITORY_RULES_COUNT = 8;
public static final int PICNIC_REPOSITORY_RULES_COUNT = 37;
public static final int PICNIC_REPOSITORY_RULES_COUNT = 38;

public static final int RULES_COUNT = ERRORPRONE_REPOSITORY_RULES_COUNT
+ NULLAWAY_REPOSITORY_RULES_COUNT
Expand Down