Skip to content

HaxeCheckstyle/codeclimate-haxe-checkstyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate Haxe Checkstyle Engine

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.

Installation

  1. If you haven't already, install the Code Climate CLI.
  2. Run codeclimate engines:install haxe-checkstyle to install the engine.
  3. Create a .codeclimate.yml file with:
engines:
  haxe-checkstyle:
    enabled: true
  1. You're ready to analyze! Browse into your project's folder and run codeclimate analyze.

Need help?

For help with Haxe Checkstyle, check out the repo or documentation.