HaxeCheckstyle / codeclimate-haxe-checkstyle

Code Climate Integration

Home Page:https://docs.codeclimate.com/docs/haxe-checkstyle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Code Climate Integration

https://docs.codeclimate.com/docs/haxe-checkstyle

License:MIT License


Languages

Language:Dockerfile 64.6%Language:Makefile 35.4%