Excavator: Upgrades Baseline to the latest version (#49)
###### _excavator_ is a bot for automating changes across repositories. Changes produced by the roomba/latest-baseline-oss check. {runtimeCheckDesc} To enable or disable this check, please contact the maintainers of Excavator.
This commit is contained in:
parent
9fdbd5a909
commit
b6cce4c24a
3 changed files with 9 additions and 1 deletions
|
@ -47,6 +47,11 @@
|
|||
<module name="SuppressionFilter"> <!-- baseline-gradle: README.md -->
|
||||
<property name="file" value="${config_loc}/checkstyle-suppressions.xml"/>
|
||||
</module>
|
||||
<module name="SuppressionFilter"> <!-- baseline-gradle: README.md -->
|
||||
<!-- custom-suppressions.xml allows users to specify suppresions that will not be overriden by baselineUpdateConfig -->
|
||||
<property name="file" value="${config_loc}/custom-suppressions.xml"/>
|
||||
<property name="optional" value="true"/>
|
||||
</module>
|
||||
<module name="SuppressWarningsFilter"/> <!-- baseline-gradle: README.md -->
|
||||
<module name="TreeWalker">
|
||||
<module name="SuppressionCommentFilter"/> <!-- baseline-gradle: README.md -->
|
||||
|
@ -127,6 +132,7 @@
|
|||
<message key="import.illegal" value="Must not import repackaged classes."/>
|
||||
</module>
|
||||
<module name="IllegalImport"> <!-- Java Coding Guidelines: Import the canonical package -->
|
||||
<property name="id" value="BanShadedClasses"/>
|
||||
<property name="illegalPkgs" value=".*\.(repackaged|shaded|thirdparty)"/>
|
||||
<property name="regexp" value="true" />
|
||||
<message key="import.illegal" value="Must not import repackaged classes."/>
|
||||
|
|
|
@ -116,12 +116,14 @@
|
|||
<option name="OPTIMIZE_IMPORTS_ON_THE_FLY" value="true" />
|
||||
<option name="PARENT_SETTINGS_INSTALLED" value="true" />
|
||||
<option name="RESOURCE_LIST_WRAP" value="5" />
|
||||
<option name="RIGHT_MARGIN" value="120" />
|
||||
<option name="SPACE_BEFORE_ARRAY_INITIALIZER_LBRACE" value="true" />
|
||||
<option name="TERNARY_OPERATION_SIGNS_ON_NEXT_LINE" value="true" />
|
||||
<option name="TERNARY_OPERATION_WRAP" value="5" />
|
||||
<option name="THROWS_KEYWORD_WRAP" value="1" />
|
||||
<option name="THROWS_LIST_WRAP" value="1" />
|
||||
<option name="WHILE_BRACE_FORCE" value="3" />
|
||||
<option name="WRAP_ON_TYPING" value="1" />
|
||||
<arrangement>
|
||||
<rules>
|
||||
<section>
|
||||
|
|
|
@ -25,7 +25,7 @@ buildscript {
|
|||
classpath 'com.gradle.publish:plugin-publish-plugin:0.10.0'
|
||||
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
|
||||
classpath 'com.netflix.nebula:nebula-publishing-plugin:8.2.0'
|
||||
classpath 'com.palantir.baseline:gradle-baseline-java:0.46.0'
|
||||
classpath 'com.palantir.baseline:gradle-baseline-java:0.49.1'
|
||||
classpath 'gradle.plugin.com.palantir.gradle.gitversion:gradle-git-version:0.7.3'
|
||||
classpath 'gradle.plugin.org.inferred:gradle-processors:2.1.0'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue