Skip to content

Commit

Permalink
Issue sevntu-checkstyle#113: wiki images were added
Browse files Browse the repository at this point in the history
  • Loading branch information
rdiachenko committed Oct 18, 2013
1 parent 6c899e2 commit 960208d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonar/sevntu-checkstyle-sonar-plugin-1.9.0.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"><!-- Generated by Sonar --><module name="Checker"><module name="SuppressionCommentFilter"/><module name="TreeWalker"><module name="FileContentsHolder"/> <module name="com.github.sevntu.checkstyle.checks.naming.InterfaceTypeParameterNameCheck"><property name="severity" value="warning"/><property name="format" value="^[A-Z]$"/></module><module name="com.github.sevntu.checkstyle.checks.coding.ForbidCCommentsInMethods"><property name="severity" value="warning"/></module><module name="com.github.sevntu.checkstyle.checks.design.VariableDeclarationUsageDistanceCheck"><property name="severity" value="warning"/><property name="allowedDistance" value="3"/><property name="validateBetweenScopes" value="false"/><property name="ignoreFinal" value="true"/></module><module name="com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck"><property name="severity" value="warning"/><property name="customDeclarationOrder" value="Field(public) ### Field(protected) ### Field(private) ### CTOR(.*) ### Method(.*)### InnerClass()"/><property name="ignoreRegExCase" value="true"/></module><module name="com.github.sevntu.checkstyle.checks.coding.ForbidReturnInFinalBlockCheck"><property name="severity" value="warning"/></module><module name="com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck"><property name="severity" value="warning"/><property name="collectionList" value="AbstractCollection AbstractList AbstractQueue AbstractSequentialList AbstractSet ArrayBlockingQueue ArrayDeque ArrayList AttributeList BeanContextServicesSupport BeanContextSupport ConcurrentLinkedDeque ConcurrentLinkedQueue ConcurrentSkipListSet CopyOnWriteArrayList CopyOnWriteArraySet DelayQueue EnumSet HashSet JobStateReasons LinkedBlockingDeque LinkedBlockingQueue LinkedHashSet LinkedList LinkedTransferQueue PriorityBlockingQueue PriorityQueue RoleList RoleUnresolvedList Stack SynchronousQueue TreeSet Vector Collection List Map Set"/><property name="searchThroughMethodBody" value="false"/></module><module name="com.github.sevntu.checkstyle.checks.coding.AvoidDefaultSerializableInInnerClasses"><property name="severity" value="warning"/></module><module name="com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck"><property name="severity" value="warning"/><property name="allowedDuplicates" value="1"/><property name="ignoreOccurrenceContext" value="ANNOTATION"/><property name="ignoreStringsRegexp" value="^&quot;&quot;$"/><property name="highlightAllDuplicates" value="false"/></module><module name="com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck"><property name="severity" value="warning"/><property name="multiplyFactorForElseBlocks" value="4"/><property name="ignoreInnerIf" value="true"/><property name="ignoreSequentialIf" value="true"/><property name="ignoreNullCaseInIf" value="true"/><property name="ignoreThrowInElse" value="true"/></module><module name="com.github.sevntu.checkstyle.checks.naming.AbbreviationAsWordInNameCheck"><property name="severity" value="warning"/><property name="allowedAbbreviationLength" value="3"/><property name="allowedAbbreviations" value="XML,URL,IT,I"/><property name="targets" value="CLASS_DEF"/><property name="ignoreFinal" value="true"/><property name="ignoreStatic" value="true"/><property name="ignoreOverriddenMethods" value="true"/></module><module name="com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck"><property name="severity" value="warning"/><property name="ignorePattern" value="^$"/><property name="max" value="80"/><property name="ignoreClass" value="false"/><property name="ignoreConstructor" value="false"/><property name="ignoreField" value="false"/><property name="ignoreMethod" value="false"/></module><module name="com.github.sevntu.checkstyle.checks.coding.LogicConditionNeedOptimizationCheck"><property name="severity" value="warning"/></module><module name="com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck"><property name="severity" value="warning"/><property name="blockTypes" value="LITERAL_IF,LITERAL_ELSE,LITERAL_WHILE,LITERAL_DO,LITERAL_FOR,LITERAL_SWITCH,LITERAL_TRY,LITERAL_CATCH"/><property name="maxChildBlockPercentage" value="90"/><property name="ignoreBlockLinesCount" value="50"/></module><module name="com.github.sevntu.checkstyle.checks.coding.ReturnBooleanFromTernary"><property name="severity" value="warning"/></module><module name="com.github.sevntu.checkstyle.checks.coding.ReturnNullInsteadOfBoolean"><property name="severity" value="warning"/></module><module name="com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck"><property name="severity" value="warning"/></module><module name="com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck"><property name="severity" value="warning"/><property name="forbiddenClassesRegexpStatic" value="ULC.+"/></module><module name="com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck"><property name="severity" value="warning"/><property name="checkCloneMethod" value="false"/><property name="checkReadObjectMethod" value="false"/><property name="matchMethodsByArgCount" value="false"/></module><module name="com.github.sevntu.checkstyle.checks.coding.AvoidNotShortCircuitOperatorsForBooleanCheck"><property name="severity" value="warning"/></module><module name="com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck"><property name="severity" value="warning"/><property name="checkPublicMethods" value="true"/><property name="checkPackageMethods" value="true"/><property name="checkProtectedMethods" value="true"/><property name="checkPrivateMethods" value="false"/><property name="checkOverrideMethods" value="false"/><property name="checkDeprecatedMethods" value="false"/><property name="allowReturnWildcardWithSuper" value="false"/><property name="allowReturnWildcardWithExtends" value="false"/><property name="returnTypeClassNamesIgnoreRegex" value="^(Comparator|Comparable)$"/></module><module name="com.github.sevntu.checkstyle.checks.coding.MultipleVariableDeclarationsExtendedCheck"><property name="severity" value="warning"/><property name="ignoreCycles" value="false"/><property name="ignoreMethods" value="false"/></module><module name="com.github.sevntu.checkstyle.checks.coding.EitherLogOrThrowCheck"><property name="severity" value="warning"/><property name="loggerFullyQualifiedClassName" value="org.slf4j.Logger"/><property name="loggingMethodNames" value="error, warn, info, debug"/></module><module name="com.github.sevntu.checkstyle.checks.coding.AvoidHidingCauseExceptionCheck"><property name="severity" value="warning"/></module><module name="com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck"><property name="severity" value="warning"/><property name="allowThrow" value="true"/><property name="allowRethrow" value="false"/></module><module name="com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck"><property name="severity" value="warning"/><property name="maxReturnCount" value="1"/><property name="ignoreMethodLinesCount" value="20"/><property name="minIgnoreReturnDepth" value="4"/><property name="ignoreEmptyReturns" value="true"/><property name="topLinesToIgnoreCount" value="5"/><property name="ignoreMethodsNames" value="equals"/></module><module name="com.github.sevntu.checkstyle.checks.coding.SimpleAccessorNameNotationCheck"><property name="severity" value="warning"/></module><module name="com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck"><property name="severity" value="warning"/><property name="ignoreCalculationOfBooleanVariables" value="false"/><property name="ignoreCalculationOfBooleanVariablesWithReturn" value="false"/><property name="ignoreCalculationOfBooleanVariablesWithAssert" value="false"/></module><module name="com.github.sevntu.checkstyle.checks.coding.ForbidInstantiationCheck"><property name="severity" value="warning"/><property name="forbiddenClasses" value="java.lang.NullPointerException"/></module><module name="com.github.sevntu.checkstyle.checks.coding.AvoidConstantAsFirstOperandInConditionCheck"><property name="severity" value="warning"/><property name="targetConstantTypes" value="LITERAL_NULL"/></module><module name="com.github.sevntu.checkstyle.checks.coding.NestedTernaryCheck"><property name="severity" value="warning"/><property name="ignoreFinal" value="false"/></module><module name="com.github.sevntu.checkstyle.checks.design.NoMainMethodInAbstractClassCheck"><property name="severity" value="warning"/></module></module></module>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 960208d

Please sign in to comment.