# AndroidLintTranslateCheckstyleFormat [![Gem Version](https://badge.fury.io/rb/android_lint_translate_checkstyle_format.svg)](http://badge.fury.io/rb/android_lint_translate_checkstyle_format) [![Build Status](https://travis-ci.org/noboru-i/android_lint_translate_checkstyle_format.svg)](https://travis-ci.org/noboru-i/android_lint_translate_checkstyle_format) [![Code Climate](https://codeclimate.com/github/noboru-i/android_lint_translate_checkstyle_format/badges/gpa.svg)](https://codeclimate.com/github/noboru-i/android_lint_translate_checkstyle_format) [![Coverage Status](https://coveralls.io/repos/noboru-i/android_lint_translate_checkstyle_format/badge.svg)](https://coveralls.io/r/noboru-i/android_lint_translate_checkstyle_format) Translate android lint format into checkstyle format. ## Installation Add this line to your application's Gemfile: ```ruby gem 'android_lint_translate_checkstyle_format' ``` And then execute: $ bundle Or install it yourself as: $ gem install android_lint_translate_checkstyle_format ## Usage ### Use pipe ``` cat checkstyle.xml | android_lint_translate_checkstyle_format translate ``` ### Use command-line option ``` android_lint_translate_checkstyle_format translate --file="checkstyle.xml" ``` ### Use from ruby script ```ruby require 'android_lint_translate_checkstyle_format' android_lint_xml = ::AndroidLintTranslateCheckstyleFormat::Script.translate('