项目作者: HaxeCheckstyle

项目描述 :
Code Climate Integration
高级语言: Dockerfile
项目地址: git://github.com/HaxeCheckstyle/codeclimate-haxe-checkstyle.git
创建时间: 2016-03-13T16:16:59Z
项目社区:https://github.com/HaxeCheckstyle/codeclimate-haxe-checkstyle

开源协议:MIT License

下载


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:
    1. engines:
    2. haxe-checkstyle:
    3. enabled: true
  4. 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.