Skip to content

Commit

Permalink
update to 0.2.0
Browse files Browse the repository at this point in the history
supports 0.20.1 or above
  • Loading branch information
eitoball committed Apr 25, 2015
1 parent 61af5df commit c789adb
Show file tree
Hide file tree
Showing 27 changed files with 26 additions and 392 deletions.
34 changes: 0 additions & 34 deletions .travis.yml
Expand Up @@ -8,12 +8,6 @@ rvm:
- jruby-19mode
- rbx-2
gemfile:
- gemfiles/rubocop_0.14.1.gemfile
- gemfiles/rubocop_0.15.0.gemfile
- gemfiles/rubocop_0.16.0.gemfile
- gemfiles/rubocop_0.17.0.gemfile
- gemfiles/rubocop_0.18.1.gemfile
- gemfiles/rubocop_0.19.1.gemfile
- gemfiles/rubocop_0.20.1.gemfile
- gemfiles/rubocop_0.21.0.gemfile
- gemfiles/rubocop_0.22.0.gemfile
Expand All @@ -27,34 +21,6 @@ gemfile:
- gemfiles/rubocop_0.30.1.gemfile
matrix:
exclude:
- rvm: 2.1.6
gemfile: gemfiles/rubocop_0.14.1.gemfile
- rvm: 2.1.6
gemfile: gemfiles/rubocop_0.15.0.gemfile
- rvm: 2.1.6
gemfile: gemfiles/rubocop_0.15.0.gemfile
- rvm: 2.1.6
gemfile: gemfiles/rubocop_0.16.0.gemfile
- rvm: 2.1.6
gemfile: gemfiles/rubocop_0.17.0.gemfile
- rvm: 2.1.6
gemfile: gemfiles/rubocop_0.18.1.gemfile
- rvm: 2.1.6
gemfile: gemfiles/rubocop_0.19.1.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.14.1.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.15.0.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.15.0.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.16.0.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.17.0.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.18.1.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.19.1.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.20.1.gemfile
- rvm: 2.2.2
Expand Down
6 changes: 0 additions & 6 deletions Appraisals
@@ -1,10 +1,4 @@
[
'0.14.1',
'0.15.0',
'0.16.0',
'0.17.0',
'0.18.1',
'0.19.1',
'0.20.1',
'0.21.0',
'0.22.0',
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# RuboCop Checkstyle Formatter

A formatter for [RuboCop](https://github.com/bbatsov/rubocop) that outputs in checkstyle format.
It requires RuboCop version 0.14.0 or above.
It requires RuboCop version 0.20.1 or above.

[![Build Status](https://travis-ci.org/eitoball/rubocop-checkstyle_formatter.svg?branch=master)](https://travis-ci.org/eitoball/rubocop-checkstyle_formatter)

Expand All @@ -22,7 +22,7 @@ Or install it yourself as:
## Usage

$ rubocop --require rubocop/formatter/checkstyle_formatter --format RuboCop::Formatter::CheckstyleFormatter

I use this formatter in Jenkins with [Violations plugin](https://wiki.jenkins-ci.org/display/JENKINS/Violations).
As a part of build, I execute rubocop as shell script like:

Expand Down
7 changes: 0 additions & 7 deletions gemfiles/rubocop_0.14.1.gemfile

This file was deleted.

46 changes: 0 additions & 46 deletions gemfiles/rubocop_0.14.1.gemfile.lock

This file was deleted.

7 changes: 0 additions & 7 deletions gemfiles/rubocop_0.15.0.gemfile

This file was deleted.

46 changes: 0 additions & 46 deletions gemfiles/rubocop_0.15.0.gemfile.lock

This file was deleted.

7 changes: 0 additions & 7 deletions gemfiles/rubocop_0.16.0.gemfile

This file was deleted.

46 changes: 0 additions & 46 deletions gemfiles/rubocop_0.16.0.gemfile.lock

This file was deleted.

7 changes: 0 additions & 7 deletions gemfiles/rubocop_0.17.0.gemfile

This file was deleted.

48 changes: 0 additions & 48 deletions gemfiles/rubocop_0.17.0.gemfile.lock

This file was deleted.

7 changes: 0 additions & 7 deletions gemfiles/rubocop_0.18.1.gemfile

This file was deleted.

48 changes: 0 additions & 48 deletions gemfiles/rubocop_0.18.1.gemfile.lock

This file was deleted.

7 changes: 0 additions & 7 deletions gemfiles/rubocop_0.19.1.gemfile

This file was deleted.

0 comments on commit c789adb

Please sign in to comment.