Haxe Checkstyle
Language: Haxe
Checks: 67
Categories: Style, Complexity, Clarity, Duplication, Bug Risk
Haxe Checkstyle Version: 2.5.0
Haxe Checkstyle is a static analysis tool to help developers write Haxe code that adheres to a coding standard.
Enable the Plugin
To enable Haxe Checkstyle analysis, add the following to your .codeclimate.yml configuration file:
plugins:
haxe-checkstyle:
enabled: true
More information about the CLI is available in the README here: https://github.com/codeclimate/codeclimate
Configure the Plugin
Configuration documentation is available here: http://haxecheckstyle.github.io/docs/haxe-checkstyle/setup.html#rules
Understand the Plugin
For more information about all the checks available and their configuration options, Please check out documentation here: http://haxecheckstyle.github.io/docs
Updated almost 5 years ago