TSK-1009: fixed checkstyle rules
This commit is contained in:
parent
2fbb88d25f
commit
587ed60d86
|
|
@ -3,7 +3,6 @@ package pro.taskana.impl;
|
|||
import java.util.Objects;
|
||||
|
||||
import pro.taskana.WorkbasketAccessItem;
|
||||
import pro.taskana.configuration.TaskanaEngineConfiguration;
|
||||
|
||||
/** WorkbasketAccessItemImpl Entity. */
|
||||
public class WorkbasketAccessItemImpl implements WorkbasketAccessItem {
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
<module name="SuppressWarningsFilter"/>
|
||||
<!-- https://checkstyle.org/config_filters.html#SuppressionFilter -->
|
||||
<module name="TreeWalker">
|
||||
<module name="UnusedImports"/>
|
||||
<module name="OuterTypeFilename"/>
|
||||
<module name="SuppressWarningsHolder"/>
|
||||
<module name="IllegalTokenText">
|
||||
|
|
@ -210,7 +211,9 @@
|
|||
<module name="CustomImportOrder">
|
||||
<property name="sortImportsInGroupAlphabetically" value="true"/>
|
||||
<property name="separateLineBetweenGroups" value="true"/>
|
||||
<property name="customImportOrderRules" value="STATIC###THIRD_PARTY_PACKAGE"/>
|
||||
<property name="specialImportsRegExp" value="^pro\.taskana\."/>
|
||||
<property name="customImportOrderRules"
|
||||
value="STATIC###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"/>
|
||||
</module>
|
||||
<module name="MethodParamPad"/>
|
||||
<module name="NoWhitespaceBefore">
|
||||
|
|
|
|||
Loading…
Reference in New Issue