Skip to content

Commit 9bdefd0

Browse files
Excavator: Upgrades Baseline to the latest version (#2507)
1 parent 5ebe75d commit 9bdefd0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.baseline/idea/intellij-java-palantir-style.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@
4444
<package name="" withSubpackages="true" static="false" />
4545
</value>
4646
</option>
47+
<!-- Should be a superset of https://github.com/google/error-prone/blob/c481b3f9c2da112db36ccfcbf64e755261a127ab/core/src/main/java/com/google/errorprone/bugpatterns/BadImport.java#L63 -->
4748
<DO_NOT_IMPORT_INNER>
4849
<CLASS name="Builder" />
50+
<CLASS name="BuilderFactory" />
4951
<CLASS name="Callback" />
5052
<CLASS name="Class" />
5153
<CLASS name="Entry" />
@@ -54,6 +56,7 @@
5456
<CLASS name="Type" />
5557
<CLASS name="Key" />
5658
<CLASS name="Id" />
59+
<CLASS name="Identifier" />
5760
<CLASS name="Provider" />
5861
</DO_NOT_IMPORT_INNER>
5962
</GroovyCodeStyleSettings>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.28.0'
1212
classpath 'com.palantir.gradle.revapi:gradle-revapi:1.7.0'
1313
classpath 'com.netflix.nebula:gradle-dependency-lock-plugin:7.0.1'
14-
classpath 'com.palantir.baseline:gradle-baseline-java:4.183.0'
14+
classpath 'com.palantir.baseline:gradle-baseline-java:4.184.0'
1515
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.15.0'
1616
classpath 'com.palantir.metricschema:gradle-metric-schema:0.16.0'
1717
classpath 'gradle.plugin.org.inferred:gradle-processors:3.7.0'

0 commit comments

Comments
 (0)