HaxeCheckstyle/haxe-checkstyle

View on GitHub
Branch: dev(View all)
NameLines of codeMaintainabilityTest coverage
src/checkstyle/checks/naming/NameCheckBase.hx
src/checkstyle/checks/naming/ParameterNameCheck.hx
src/checkstyle/checks/naming/TypeNameCheck.hx
src/checkstyle/checks/size/FileLengthCheck.hx
src/checkstyle/checks/size/LineLengthCheck.hx
src/checkstyle/checks/size/MethodCountCheck.hx
src/checkstyle/checks/size/MethodLengthCheck.hx
src/checkstyle/checks/size/ParameterNumberCheck.hx
src/checkstyle/checks/type/AnonymousCheck.hx
src/checkstyle/checks/type/AvoidIdentifierCheck.hx
src/checkstyle/checks/type/DynamicCheck.hx
src/checkstyle/checks/type/ReturnCheck.hx
src/checkstyle/checks/type/TypeCheck.hx
src/checkstyle/checks/type/VarTypeHintCheck.hx
src/checkstyle/checks/whitespace/ArrayAccessCheck.hx
src/checkstyle/checks/whitespace/EmptyLinesCheck.hx
src/checkstyle/checks/whitespace/ExtendedEmptyLinesCheck.hx
src/checkstyle/checks/whitespace/IndentationCharacterCheck.hx
src/checkstyle/checks/whitespace/IndentationCheck.hx
src/checkstyle/checks/whitespace/LineCheckBase.hx
src/checkstyle/checks/whitespace/ListOfEmptyLines.hx
src/checkstyle/checks/whitespace/OperatorWhitespaceCheck.hx
src/checkstyle/checks/whitespace/OperatorWrapCheck.hx
src/checkstyle/checks/whitespace/SeparatorWhitespaceCheck.hx
src/checkstyle/checks/whitespace/SeparatorWrapCheck.hx
src/checkstyle/checks/whitespace/SpacingCheck.hx
src/checkstyle/checks/whitespace/TabForAligningCheck.hx
src/checkstyle/checks/whitespace/TrailingWhitespaceCheck.hx
src/checkstyle/checks/whitespace/WhitespaceAfterCheck.hx
src/checkstyle/checks/whitespace/WhitespaceAroundCheck.hx
src/checkstyle/checks/whitespace/WhitespaceCheckBase.hx
src/checkstyle/checks/whitespace/WrapCheckBase.hx
src/checkstyle/config/CheckConfig.hx
src/checkstyle/config/Config.hx
src/checkstyle/config/ConfigParser.hx
src/checkstyle/config/ExcludeConfig.hx
src/checkstyle/config/ExcludeDefinition.hx
src/checkstyle/config/ExcludeManager.hx
src/checkstyle/config/ExcludePath.hx
src/checkstyle/config/ExcludeRange.hx
src/checkstyle/detect/DetectCodingStyle.hx
src/checkstyle/detect/DetectableInstance.hx
src/checkstyle/detect/DetectableInstanceProperty.hx
src/checkstyle/detect/DetectableInstances.hx
src/checkstyle/detect/DetectableProperties.hx
src/checkstyle/detect/DetectableProperty.hx
src/checkstyle/detect/DetectablePropertyList.hx
src/checkstyle/detect/DetectionReporter.hx
src/checkstyle/detect/DetectionResult.hx
src/checkstyle/errors/Error.hx