rubocop-checkstyle_formatter 0.1.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +7 -0
  2. data/.github/workflows/build.yml +20 -0
  3. data/.rubocop.yml +13 -0
  4. data/.rubocop_todo.yml +24 -0
  5. data/Appraisals +6 -10
  6. data/Gemfile +1 -0
  7. data/README.md +7 -7
  8. data/gemfiles/{rubocop_0.16.0.gemfile → rubocop_1.14.0.gemfile} +2 -2
  9. data/gemfiles/rubocop_1.14.0.gemfile.lock +64 -0
  10. data/gemfiles/{rubocop_0.14.1.gemfile → rubocop_1.15.0.gemfile} +2 -2
  11. data/gemfiles/rubocop_1.15.0.gemfile.lock +64 -0
  12. data/gemfiles/{rubocop_0.17.0.gemfile → rubocop_1.16.1.gemfile} +2 -2
  13. data/gemfiles/rubocop_1.16.1.gemfile.lock +64 -0
  14. data/gemfiles/{rubocop_0.15.0.gemfile → rubocop_1.17.0.gemfile} +2 -2
  15. data/gemfiles/rubocop_1.17.0.gemfile.lock +64 -0
  16. data/gemfiles/rubocop_1.18.4.gemfile +7 -0
  17. data/gemfiles/rubocop_1.18.4.gemfile.lock +64 -0
  18. data/gemfiles/rubocop_1.19.1.gemfile +7 -0
  19. data/gemfiles/rubocop_1.19.1.gemfile.lock +64 -0
  20. data/lib/rubocop/formatter/checkstyle_formatter.rb +19 -9
  21. data/rubocop-checkstyle_formatter.gemspec +12 -10
  22. data/spec/rubocop/formatter/checkstyle_formatter_spec.rb +36 -18
  23. data/spec/spec_helper.rb +1 -1
  24. metadata +43 -68
  25. data/.travis.yml +0 -38
  26. data/gemfiles/rubocop_0.14.1.gemfile.lock +0 -46
  27. data/gemfiles/rubocop_0.15.0.gemfile.lock +0 -46
  28. data/gemfiles/rubocop_0.16.0.gemfile.lock +0 -46
  29. data/gemfiles/rubocop_0.17.0.gemfile.lock +0 -48
  30. data/gemfiles/rubocop_0.18.1.gemfile +0 -7
  31. data/gemfiles/rubocop_0.18.1.gemfile.lock +0 -48
  32. data/gemfiles/rubocop_0.19.1.gemfile +0 -7
  33. data/gemfiles/rubocop_0.19.1.gemfile.lock +0 -50
  34. data/gemfiles/rubocop_0.20.1.gemfile +0 -7
  35. data/gemfiles/rubocop_0.20.1.gemfile.lock +0 -50
  36. data/gemfiles/rubocop_0.21.0.gemfile +0 -7
  37. data/gemfiles/rubocop_0.21.0.gemfile.lock +0 -50
  38. data/gemfiles/rubocop_0.22.0.gemfile +0 -7
  39. data/gemfiles/rubocop_0.22.0.gemfile.lock +0 -50
  40. data/gemfiles/rubocop_0.23.0.gemfile +0 -7
  41. data/gemfiles/rubocop_0.23.0.gemfile.lock +0 -50
data/.travis.yml DELETED
@@ -1,38 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 1.9.3
4
- - 2.0.0
5
- - 2.1.0
6
- - ruby-head
7
- - jruby-19mode
8
- - rbx-2
9
- gemfile:
10
- - gemfiles/rubocop_0.14.1.gemfile
11
- - gemfiles/rubocop_0.15.0.gemfile
12
- - gemfiles/rubocop_0.16.0.gemfile
13
- - gemfiles/rubocop_0.17.0.gemfile
14
- - gemfiles/rubocop_0.18.1.gemfile
15
- - gemfiles/rubocop_0.19.1.gemfile
16
- - gemfiles/rubocop_0.20.1.gemfile
17
- - gemfiles/rubocop_0.21.0.gemfile
18
- - gemfiles/rubocop_0.22.0.gemfile
19
- - gemfiles/rubocop_0.23.0.gemfile
20
- matrix:
21
- exclude:
22
- - rvm: 2.1.0
23
- gemfile: gemfiles/rubocop_0.14.1.gemfile
24
- - rvm: 2.1.0
25
- gemfile: gemfiles/rubocop_0.15.0.gemfile
26
- - rvm: 2.1.0
27
- gemfile: gemfiles/rubocop_0.16.0.gemfile
28
- - rvm: 2.1.0
29
- gemfile: gemfiles/rubocop_0.17.0.gemfile
30
- - rvm: 2.1.0
31
- gemfile: gemfiles/rubocop_0.18.1.gemfile
32
- - rvm: 2.1.0
33
- gemfile: gemfiles/rubocop_0.19.1.gemfile
34
- allow_failures:
35
- - rvm: ruby-head
36
- before_install: gem update --remote bundler
37
- script:
38
- - bundle exec rake spec
@@ -1,46 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- rubocop-checkstyle_formatter (0.1.1)
5
- rubocop (>= 0.14.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- appraisal (1.0.0)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.0.0)
15
- diff-lcs (1.2.5)
16
- parser (2.1.9)
17
- ast (>= 1.1, < 3.0)
18
- slop (~> 3.4, >= 3.4.5)
19
- powerpack (0.0.9)
20
- rainbow (2.0.0)
21
- rake (10.3.2)
22
- rspec (2.14.1)
23
- rspec-core (~> 2.14.0)
24
- rspec-expectations (~> 2.14.0)
25
- rspec-mocks (~> 2.14.0)
26
- rspec-core (2.14.8)
27
- rspec-expectations (2.14.5)
28
- diff-lcs (>= 1.1.3, < 2.0)
29
- rspec-mocks (2.14.6)
30
- rubocop (0.14.1)
31
- parser (~> 2.0)
32
- powerpack (~> 0.0.6)
33
- rainbow (>= 1.1.4)
34
- slop (3.5.0)
35
- thor (0.19.1)
36
-
37
- PLATFORMS
38
- ruby
39
-
40
- DEPENDENCIES
41
- appraisal (~> 1.0.0)
42
- bundler (~> 1.3)
43
- rake (~> 10.1)
44
- rspec (~> 2.14.0)
45
- rubocop (= 0.14.1)
46
- rubocop-checkstyle_formatter!
@@ -1,46 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- rubocop-checkstyle_formatter (0.1.1)
5
- rubocop (>= 0.14.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- appraisal (1.0.0)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.0.0)
15
- diff-lcs (1.2.5)
16
- parser (2.1.9)
17
- ast (>= 1.1, < 3.0)
18
- slop (~> 3.4, >= 3.4.5)
19
- powerpack (0.0.9)
20
- rainbow (2.0.0)
21
- rake (10.3.2)
22
- rspec (2.14.1)
23
- rspec-core (~> 2.14.0)
24
- rspec-expectations (~> 2.14.0)
25
- rspec-mocks (~> 2.14.0)
26
- rspec-core (2.14.8)
27
- rspec-expectations (2.14.5)
28
- diff-lcs (>= 1.1.3, < 2.0)
29
- rspec-mocks (2.14.6)
30
- rubocop (0.15.0)
31
- parser (~> 2.0)
32
- powerpack (~> 0.0.6)
33
- rainbow (>= 1.1.4)
34
- slop (3.5.0)
35
- thor (0.19.1)
36
-
37
- PLATFORMS
38
- ruby
39
-
40
- DEPENDENCIES
41
- appraisal (~> 1.0.0)
42
- bundler (~> 1.3)
43
- rake (~> 10.1)
44
- rspec (~> 2.14.0)
45
- rubocop (= 0.15.0)
46
- rubocop-checkstyle_formatter!
@@ -1,46 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- rubocop-checkstyle_formatter (0.1.1)
5
- rubocop (>= 0.14.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- appraisal (1.0.0)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.0.0)
15
- diff-lcs (1.2.5)
16
- parser (2.1.9)
17
- ast (>= 1.1, < 3.0)
18
- slop (~> 3.4, >= 3.4.5)
19
- powerpack (0.0.9)
20
- rainbow (2.0.0)
21
- rake (10.3.2)
22
- rspec (2.14.1)
23
- rspec-core (~> 2.14.0)
24
- rspec-expectations (~> 2.14.0)
25
- rspec-mocks (~> 2.14.0)
26
- rspec-core (2.14.8)
27
- rspec-expectations (2.14.5)
28
- diff-lcs (>= 1.1.3, < 2.0)
29
- rspec-mocks (2.14.6)
30
- rubocop (0.16.0)
31
- parser (~> 2.1)
32
- powerpack (~> 0.0.6)
33
- rainbow (>= 1.1.4)
34
- slop (3.5.0)
35
- thor (0.19.1)
36
-
37
- PLATFORMS
38
- ruby
39
-
40
- DEPENDENCIES
41
- appraisal (~> 1.0.0)
42
- bundler (~> 1.3)
43
- rake (~> 10.1)
44
- rspec (~> 2.14.0)
45
- rubocop (= 0.16.0)
46
- rubocop-checkstyle_formatter!
@@ -1,48 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- rubocop-checkstyle_formatter (0.1.1)
5
- rubocop (>= 0.14.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- appraisal (1.0.0)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.0.0)
15
- diff-lcs (1.2.5)
16
- json (1.8.1)
17
- parser (2.1.9)
18
- ast (>= 1.1, < 3.0)
19
- slop (~> 3.4, >= 3.4.5)
20
- powerpack (0.0.9)
21
- rainbow (1.99.2)
22
- rake (10.3.2)
23
- rspec (2.14.1)
24
- rspec-core (~> 2.14.0)
25
- rspec-expectations (~> 2.14.0)
26
- rspec-mocks (~> 2.14.0)
27
- rspec-core (2.14.8)
28
- rspec-expectations (2.14.5)
29
- diff-lcs (>= 1.1.3, < 2.0)
30
- rspec-mocks (2.14.6)
31
- rubocop (0.17.0)
32
- json (~> 1.8)
33
- parser (~> 2.1.3)
34
- powerpack (~> 0.0.6)
35
- rainbow (~> 1.99.1)
36
- slop (3.5.0)
37
- thor (0.19.1)
38
-
39
- PLATFORMS
40
- ruby
41
-
42
- DEPENDENCIES
43
- appraisal (~> 1.0.0)
44
- bundler (~> 1.3)
45
- rake (~> 10.1)
46
- rspec (~> 2.14.0)
47
- rubocop (= 0.17.0)
48
- rubocop-checkstyle_formatter!
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.18.1"
6
-
7
- gemspec :path => "../"
@@ -1,48 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- rubocop-checkstyle_formatter (0.1.1)
5
- rubocop (>= 0.14.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- appraisal (1.0.0)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.0.0)
15
- diff-lcs (1.2.5)
16
- json (1.8.1)
17
- parser (2.1.9)
18
- ast (>= 1.1, < 3.0)
19
- slop (~> 3.4, >= 3.4.5)
20
- powerpack (0.0.9)
21
- rainbow (2.0.0)
22
- rake (10.3.2)
23
- rspec (2.14.1)
24
- rspec-core (~> 2.14.0)
25
- rspec-expectations (~> 2.14.0)
26
- rspec-mocks (~> 2.14.0)
27
- rspec-core (2.14.8)
28
- rspec-expectations (2.14.5)
29
- diff-lcs (>= 1.1.3, < 2.0)
30
- rspec-mocks (2.14.6)
31
- rubocop (0.18.1)
32
- json (>= 1.7.7, < 2)
33
- parser (~> 2.1.3)
34
- powerpack (~> 0.0.6)
35
- rainbow (>= 1.99.1, < 3.0)
36
- slop (3.5.0)
37
- thor (0.19.1)
38
-
39
- PLATFORMS
40
- ruby
41
-
42
- DEPENDENCIES
43
- appraisal (~> 1.0.0)
44
- bundler (~> 1.3)
45
- rake (~> 10.1)
46
- rspec (~> 2.14.0)
47
- rubocop (= 0.18.1)
48
- rubocop-checkstyle_formatter!
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.19.1"
6
-
7
- gemspec :path => "../"
@@ -1,50 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- rubocop-checkstyle_formatter (0.1.1)
5
- rubocop (>= 0.14.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- appraisal (1.0.0)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.0.0)
15
- diff-lcs (1.2.5)
16
- json (1.8.1)
17
- parser (2.1.9)
18
- ast (>= 1.1, < 3.0)
19
- slop (~> 3.4, >= 3.4.5)
20
- powerpack (0.0.9)
21
- rainbow (2.0.0)
22
- rake (10.3.2)
23
- rspec (2.14.1)
24
- rspec-core (~> 2.14.0)
25
- rspec-expectations (~> 2.14.0)
26
- rspec-mocks (~> 2.14.0)
27
- rspec-core (2.14.8)
28
- rspec-expectations (2.14.5)
29
- diff-lcs (>= 1.1.3, < 2.0)
30
- rspec-mocks (2.14.6)
31
- rubocop (0.19.1)
32
- json (>= 1.7.7, < 2)
33
- parser (~> 2.1.7)
34
- powerpack (~> 0.0.6)
35
- rainbow (>= 1.99.1, < 3.0)
36
- ruby-progressbar (~> 1.4)
37
- ruby-progressbar (1.5.1)
38
- slop (3.5.0)
39
- thor (0.19.1)
40
-
41
- PLATFORMS
42
- ruby
43
-
44
- DEPENDENCIES
45
- appraisal (~> 1.0.0)
46
- bundler (~> 1.3)
47
- rake (~> 10.1)
48
- rspec (~> 2.14.0)
49
- rubocop (= 0.19.1)
50
- rubocop-checkstyle_formatter!
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.20.1"
6
-
7
- gemspec :path => "../"
@@ -1,50 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- rubocop-checkstyle_formatter (0.1.1)
5
- rubocop (>= 0.14.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- appraisal (1.0.0)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.0.0)
15
- diff-lcs (1.2.5)
16
- json (1.8.1)
17
- parser (2.1.9)
18
- ast (>= 1.1, < 3.0)
19
- slop (~> 3.4, >= 3.4.5)
20
- powerpack (0.0.9)
21
- rainbow (2.0.0)
22
- rake (10.3.2)
23
- rspec (2.14.1)
24
- rspec-core (~> 2.14.0)
25
- rspec-expectations (~> 2.14.0)
26
- rspec-mocks (~> 2.14.0)
27
- rspec-core (2.14.8)
28
- rspec-expectations (2.14.5)
29
- diff-lcs (>= 1.1.3, < 2.0)
30
- rspec-mocks (2.14.6)
31
- rubocop (0.20.1)
32
- json (>= 1.7.7, < 2)
33
- parser (~> 2.1.7)
34
- powerpack (~> 0.0.6)
35
- rainbow (>= 1.99.1, < 3.0)
36
- ruby-progressbar (~> 1.4)
37
- ruby-progressbar (1.5.1)
38
- slop (3.5.0)
39
- thor (0.19.1)
40
-
41
- PLATFORMS
42
- ruby
43
-
44
- DEPENDENCIES
45
- appraisal (~> 1.0.0)
46
- bundler (~> 1.3)
47
- rake (~> 10.1)
48
- rspec (~> 2.14.0)
49
- rubocop (= 0.20.1)
50
- rubocop-checkstyle_formatter!
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.21.0"
6
-
7
- gemspec :path => "../"
@@ -1,50 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- rubocop-checkstyle_formatter (0.1.1)
5
- rubocop (>= 0.14.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- appraisal (1.0.0)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.0.0)
15
- diff-lcs (1.2.5)
16
- json (1.8.1)
17
- parser (2.1.9)
18
- ast (>= 1.1, < 3.0)
19
- slop (~> 3.4, >= 3.4.5)
20
- powerpack (0.0.9)
21
- rainbow (2.0.0)
22
- rake (10.3.2)
23
- rspec (2.14.1)
24
- rspec-core (~> 2.14.0)
25
- rspec-expectations (~> 2.14.0)
26
- rspec-mocks (~> 2.14.0)
27
- rspec-core (2.14.8)
28
- rspec-expectations (2.14.5)
29
- diff-lcs (>= 1.1.3, < 2.0)
30
- rspec-mocks (2.14.6)
31
- rubocop (0.21.0)
32
- json (>= 1.7.7, < 2)
33
- parser (~> 2.1.9)
34
- powerpack (~> 0.0.6)
35
- rainbow (>= 1.99.1, < 3.0)
36
- ruby-progressbar (~> 1.4)
37
- ruby-progressbar (1.5.1)
38
- slop (3.5.0)
39
- thor (0.19.1)
40
-
41
- PLATFORMS
42
- ruby
43
-
44
- DEPENDENCIES
45
- appraisal (~> 1.0.0)
46
- bundler (~> 1.3)
47
- rake (~> 10.1)
48
- rspec (~> 2.14.0)
49
- rubocop (= 0.21.0)
50
- rubocop-checkstyle_formatter!