HaxeCheckstyle/haxe-checkstyle

View on GitHub
Branch: dev(View all)
NameLines of codeMaintainabilityTest coverage
checkstyle/utils/StringUtils.hx
A
100%
checkstyle/checks/whitespace/WrapCheckBase.hx
A
100%
checkstyle/checks/whitespace/WhitespaceAroundCheck.hx
A
100%
checkstyle/checks/whitespace/WhitespaceAfterCheck.hx
A
100%
checkstyle/checks/whitespace/TrailingWhitespaceCheck.hx
A
100%
checkstyle/checks/whitespace/TabForAligningCheck.hx
A
100%
checkstyle/checks/whitespace/SpacingCheck.hx
A
100%
checkstyle/checks/whitespace/SeparatorWrapCheck.hx
A
100%
checkstyle/checks/whitespace/OperatorWrapCheck.hx
A
100%
checkstyle/checks/whitespace/LineCheckBase.hx
A
100%
checkstyle/checks/whitespace/IndentationCharacterCheck.hx
A
100%
checkstyle/checks/whitespace/EmptyLinesCheck.hx
A
100%
checkstyle/checks/whitespace/ArrayAccessCheck.hx
A
100%
checkstyle/checks/type/TypeCheck.hx
A
100%
checkstyle/checks/type/DynamicCheck.hx
A
100%
checkstyle/checks/type/AvoidIdentifierCheck.hx
A
100%
checkstyle/checks/type/AnonymousCheck.hx
A
100%
checkstyle/checks/size/ParameterNumberCheck.hx
A
100%
checkstyle/checks/size/MethodLengthCheck.hx
A
100%
checkstyle/checks/size/MethodCountCheck.hx
A
100%
checkstyle/checks/size/LineLengthCheck.hx
A
100%
checkstyle/checks/size/FileLengthCheck.hx
A
100%
checkstyle/checks/naming/TypeNameCheck.hx
A
100%
checkstyle/checks/naming/ParameterNameCheck.hx
A
100%
checkstyle/checks/naming/MethodNameCheck.hx
A
100%
checkstyle/checks/naming/MemberNameCheck.hx
A
100%
checkstyle/checks/naming/LocalVariableNameCheck.hx
A
100%
checkstyle/checks/naming/CatchParameterNameCheck.hx
A
100%
checkstyle/checks/modifier/RedundantModifierCheck.hx
A
100%
checkstyle/checks/modifier/PublicAccessorCheck.hx
A
100%
checkstyle/checks/modifier/FinalCheck.hx
A
100%
checkstyle/checks/meta/RedundantAllowMetaCheck.hx
A
100%
checkstyle/checks/meta/RedundantAccessMetaCheck.hx
A
100%
checkstyle/checks/meta/RedundantAccessMetaBase.hx
A
100%
checkstyle/checks/literal/StringLiteralCheck.hx
A
100%
checkstyle/checks/literal/MultipleStringLiteralsCheck.hx
A
100%
checkstyle/checks/literal/HexadecimalLiteralCheck.hx
A
100%
checkstyle/checks/literal/ERegLiteralCheck.hx
A
100%
checkstyle/checks/literal/ArrayLiteralCheck.hx
A
100%
checkstyle/checks/imports/AvoidStarImportCheck.hx
A
100%
checkstyle/checks/design/UnnecessaryConstructorCheck.hx
A
100%
checkstyle/checks/design/InterfaceCheck.hx
A
100%
checkstyle/checks/design/EmptyPackageCheck.hx
A
100%
checkstyle/checks/comments/TODOCommentCheck.hx
A
100%
checkstyle/checks/comments/CommentedOutCodeCheck.hx
A
100%
checkstyle/checks/coding/VariableInitialisationCheck.hx
A
100%
checkstyle/checks/coding/TraceCheck.hx
A
100%
checkstyle/checks/coding/SimplifyBooleanReturnCheck.hx
A
100%
checkstyle/checks/coding/SimplifyBooleanExpressionCheck.hx
A
100%
checkstyle/checks/coding/ReturnCountCheck.hx
A
100%