org.kuali.rice.suppressions.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0"?> <!-- Copyright 2005-2018 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.opensource.org/licenses/ecl2.php Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.0//EN" "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd"> <suppressions> <suppress files="RoleService.java" checks="ParameterNumber" /> <suppress files="RoleServiceImpl.java" checks="ParameterNumber" /> <suppress files="RuleBaseValues.java" checks="AvoidStarImport" /> <suppress files="RuleEditorController.java" checks="ConstantName" /> <suppress files="BeanDDCreator.java" checks="MethodLength" /> <suppress files="ActionItem.java" checks="ParameterNumber" /> </suppressions> <!-- Names of rules that can be suppressed: AnnotationUseStyle AvoidNestedBlocks AvoidStarImport ConstantName CovariantEquals EqualsHashCode FileLength FileTabCharacter IllegalImport InterfaceIsType LeftCurly LineLength LocalFinalVariableName LocalVariableName MemberName MethodLength MethodName MissingDeprecated MissingOverride MissingSwitchDefault NoFinalizer NoWhitespaceAfter OuterTypeFilename PackageAnnotation PackageName ParameterName ParameterNumber RightCurly StaticVariableName StringLiteralEquality SuperClone Translation TreeWalker TypeName UpperEll VisibilityModifier WhitespaceAfter WhitespaceAround -->