HaxeCheckstyle/haxe-checkstyle

View on GitHub
Branch: dev(View all)
NameLines of codeMaintainabilityTest coverage
src/checkstyle/checks/block/RightCurlyCheck.hx
src/checkstyle/checks/coding/ArrowFunctionCheck.hx
src/checkstyle/checks/coding/AvoidTernaryOperatorCheck.hx
src/checkstyle/checks/coding/CodeSimilarityCheck.hx
src/checkstyle/checks/coding/DefaultComesLastCheck.hx
src/checkstyle/checks/coding/HiddenFieldCheck.hx
src/checkstyle/checks/coding/InnerAssignmentCheck.hx
src/checkstyle/checks/coding/MagicNumberCheck.hx
src/checkstyle/checks/coding/MultipleVariableDeclarationsCheck.hx
src/checkstyle/checks/coding/NestedControlFlowCheck.hx
src/checkstyle/checks/coding/NestedForDepthCheck.hx
src/checkstyle/checks/coding/NestedIfDepthCheck.hx
src/checkstyle/checks/coding/NestedTryDepthCheck.hx
src/checkstyle/checks/coding/NullableParameterCheck.hx
src/checkstyle/checks/coding/ReturnCountCheck.hx
src/checkstyle/checks/coding/SimplifyBooleanExpressionCheck.hx
src/checkstyle/checks/coding/SimplifyBooleanReturnCheck.hx
src/checkstyle/checks/coding/TraceCheck.hx
src/checkstyle/checks/coding/UnusedLocalVarCheck.hx
src/checkstyle/checks/coding/VariableInitialisationCheck.hx
src/checkstyle/checks/comments/CommentedOutCodeCheck.hx
src/checkstyle/checks/comments/DocCommentStyleCheck.hx
src/checkstyle/checks/comments/FieldDocCommentCheck.hx
src/checkstyle/checks/comments/TODOCommentCheck.hx
src/checkstyle/checks/comments/TypeDocCommentCheck.hx
src/checkstyle/checks/design/EmptyPackageCheck.hx
src/checkstyle/checks/design/InterfaceCheck.hx
src/checkstyle/checks/design/UnnecessaryConstructorCheck.hx
src/checkstyle/checks/imports/AvoidStarImportCheck.hx
src/checkstyle/checks/imports/UnusedImportCheck.hx
src/checkstyle/checks/literal/ArrayLiteralCheck.hx
src/checkstyle/checks/literal/ERegLiteralCheck.hx
src/checkstyle/checks/literal/HexadecimalLiteralCheck.hx
src/checkstyle/checks/literal/MultipleStringLiteralsCheck.hx
src/checkstyle/checks/literal/StringLiteralCheck.hx
src/checkstyle/checks/meta/RedundantAccessMetaBase.hx
src/checkstyle/checks/meta/RedundantAccessMetaCheck.hx
src/checkstyle/checks/meta/RedundantAccessMetaInfo.hx
src/checkstyle/checks/meta/RedundantAllowMetaCheck.hx
src/checkstyle/checks/metrics/CyclomaticComplexityCheck.hx
src/checkstyle/checks/modifier/FinalCheck.hx
src/checkstyle/checks/modifier/ModifierOrderCheck.hx
src/checkstyle/checks/modifier/PublicAccessorCheck.hx
src/checkstyle/checks/modifier/RedundantModifierCheck.hx
src/checkstyle/checks/naming/CatchParameterNameCheck.hx
src/checkstyle/checks/naming/ConstantNameCheck.hx
src/checkstyle/checks/naming/ListenerNameCheck.hx
src/checkstyle/checks/naming/LocalVariableNameCheck.hx
src/checkstyle/checks/naming/MemberNameCheck.hx
src/checkstyle/checks/naming/MethodNameCheck.hx