Code Climate Integration
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.
codeclimate engines:install haxe-checkstyle
to install the engine..codeclimate.yml
file with:
engines:
haxe-checkstyle:
enabled: true
codeclimate analyze
.For help with Haxe Checkstyle, check out the repo or documentation.