← Back to changelog

Haxe the Planet

We just released our latest community engine from the good people at Haxe Checkstyle and it’s already being put to great use!

Haxe is super cool. It’s a high level, strictly typed language used by the Haxe compiler to produce cross-platform code natively. Haxe Checkstyle is a highly configurable static analysis tool to help developers write Haxe that adheres to a coding standard. ​ To enable the Haxe Checkstyle engine for your analysis on codeclimate.com or Code Climate Enterprise, add the following to your .codeclimate.yml configuration file: ​ ​

   engines:
     haxe-checkstyle:
       enabled: true
   ratings:
     paths:
       - "**.hx"

​ ​If you have the Code Climate CLI installed you can enable the engine with the engines:enable command: ​ ​

   brew update && brew upgrade codeclimate
   cd ~/my/awesome/app
   codeclimate engines:enable haxe-checkstyle
Actionable metrics for engineering leaders. Try Velocity Free