codeclimate-haxe-checkstyle
is a Code Climate engine that wraps haxe-checkstyle. You can run it on your command line using the Code Climate CLI, or on Code Climate's hosted analysis platform.
HaxeCheckstyle is a static analysis tool to help developers write Haxe code that adheres to a coding standard. It can be configured using a configuration file.
- If you haven't already, install the Code Climate CLI.
- Run
codeclimate engines:install haxe-checkstyle
to install the engine. - Create a
.codeclimate.yml
file with:
engines:
haxe-checkstyle:
enabled: true
- You're ready to analyze! Browse into your project's folder and run
codeclimate analyze
.
For help with Haxe Checkstyle, check out the repo or documentation.