Toggle navigation
Haxe Checkstyle Documentation
Useful Links
Github Repo
Code Climate Reference
RegExr Online Tool
Introduction
About
Setup
Excluding code from checkstyle
Automatic detection of coding style
RegEx Reference
Integrations
Code Climate
Hudson, Jenkins & Bamboo
Block
Block Breaking Conditional
Conditional Compilation
Empty Block
Need Braces
Left Curly
Right Curly
Coding
Arrow Function
Avoid Ternary Operator
Code Similarity
Default Comes Last
Hidden Field
Inner Assignment
Magic Number
Multiple Variable Declarations
Nested Control Flow
Nested For Depth
Nested If Depth
Nested Try Depth
Nullable Parameter
Return Count
Simplify Boolean Expression
Simplify Boolean Return
Trace
Unused Local Var
Variable Initialisation
Comments
Commented Out Code
Doc Comment Style
Field Doc Comment
TODO Comment
Type Doc Comment
Design
Empty Package
Interface
Unnecessary Constructor
Imports
Avoid Star Import
Unused Import
Literal
Array Literal
EReg Literal
Hexadecimal Literal
Multiple String Literals
String Literal
Meta
Redundant Access Meta
Redundant Allow Meta
Metrics
Cyclomatic Complexity
Modifier
Final
Modifier Order
Public Accessor
Redundant Modifier
Naming
Catch Parameter Name
Constant Name
Listener Name
Local Variable Name
Member Name
Method Name
Parameter Name
Type Name
Size
File Length
Line Length
Method Count
Method Length
Parameter Number
Type
Anonymous
Avoid Identifier
Dynamic
Return
Type
Var Type Hint
Whitespace
Array Access
Empty Lines
Extended Empty Lines
Indentation
Indentation Character
Operator Whitespace
Operator Wrap
Separator Whitespace
Separator Wrap
Spacing
Tab For Aligning
Trailing Whitespace
Whitespace After
Whitespace Around
Trace
Checks for trace calls in code.
Configuration
{
"type"
:
"Trace"
,
"props"
:
{
"severity"
:
"INFO"
}
}