0.2.0 • Published 8 years ago

eslint-improved-checkstyle-formatter v0.2.0

Weekly downloads
15
License
MIT
Repository
github
Last release
8 years ago

eslint-improved-checkstyle-formatter

An improved Checkstyle formatter for ESLint mainly for use with the Jenkins Checkstyle Plugin.

  • Allows optional tweaking of the filepath by using the CHECKSTYLE_OLD_PROJECT_DIR and CHECKSTYLE_NEW_PROJECT_DIR environment variables.

Installation

$ npm install --save-dev eslint-improved-checkstyle-formatter

Usage

$ CHECKSTYLE_OLD_PROJECT_DIR=/home/user/project CHECKSTYLE_NEW_PROJECT_DIR=/tmp/project eslint --format=node_modules/eslint-improved-checkstyle-formatter file.js