rubocop-checkstyle_formatter 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +13 -0
  3. data/.rubocop_todo.yml +24 -0
  4. data/.travis.yml +10 -17
  5. data/Appraisals +7 -11
  6. data/gemfiles/rubocop_0.40.0.gemfile.lock +11 -10
  7. data/gemfiles/rubocop_0.41.2.gemfile.lock +11 -10
  8. data/gemfiles/rubocop_0.42.0.gemfile.lock +11 -10
  9. data/gemfiles/{rubocop_0.30.1.gemfile → rubocop_0.43.0.gemfile} +1 -1
  10. data/gemfiles/{rubocop_0.39.0.gemfile.lock → rubocop_0.43.0.gemfile.lock} +14 -13
  11. data/gemfiles/{rubocop_0.32.1.gemfile → rubocop_0.44.1.gemfile} +1 -1
  12. data/gemfiles/{rubocop_0.38.0.gemfile.lock → rubocop_0.44.1.gemfile.lock} +14 -13
  13. data/gemfiles/{rubocop_0.31.0.gemfile → rubocop_0.45.0.gemfile} +1 -1
  14. data/gemfiles/{rubocop_0.36.0.gemfile.lock → rubocop_0.45.0.gemfile.lock} +15 -12
  15. data/gemfiles/{rubocop_0.33.0.gemfile → rubocop_0.46.0.gemfile} +1 -1
  16. data/gemfiles/{rubocop_0.37.2.gemfile.lock → rubocop_0.46.0.gemfile.lock} +15 -14
  17. data/gemfiles/rubocop_0.47.1.gemfile +7 -0
  18. data/gemfiles/rubocop_0.47.1.gemfile.lock +57 -0
  19. data/gemfiles/rubocop_0.48.1.gemfile +7 -0
  20. data/gemfiles/rubocop_0.48.1.gemfile.lock +57 -0
  21. data/lib/rubocop/formatter/checkstyle_formatter.rb +15 -11
  22. data/rubocop-checkstyle_formatter.gemspec +8 -6
  23. data/spec/rubocop/formatter/checkstyle_formatter_spec.rb +24 -4
  24. data/spec/spec_helper.rb +1 -1
  25. metadata +19 -25
  26. data/gemfiles/rubocop_0.30.1.gemfile.lock +0 -57
  27. data/gemfiles/rubocop_0.31.0.gemfile.lock +0 -57
  28. data/gemfiles/rubocop_0.32.1.gemfile.lock +0 -57
  29. data/gemfiles/rubocop_0.33.0.gemfile.lock +0 -57
  30. data/gemfiles/rubocop_0.34.2.gemfile +0 -7
  31. data/gemfiles/rubocop_0.34.2.gemfile.lock +0 -57
  32. data/gemfiles/rubocop_0.35.1.gemfile +0 -7
  33. data/gemfiles/rubocop_0.35.1.gemfile.lock +0 -59
  34. data/gemfiles/rubocop_0.36.0.gemfile +0 -7
  35. data/gemfiles/rubocop_0.37.2.gemfile +0 -7
  36. data/gemfiles/rubocop_0.38.0.gemfile +0 -7
  37. data/gemfiles/rubocop_0.39.0.gemfile +0 -7
@@ -1,57 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- rubocop-checkstyle_formatter (0.2.0)
5
- rubocop (>= 0.20.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- appraisal (1.0.3)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.0.0)
15
- astrolabe (1.3.0)
16
- parser (>= 2.2.0.pre.3, < 3.0)
17
- diff-lcs (1.2.5)
18
- parser (2.2.2.1)
19
- ast (>= 1.1, < 3.0)
20
- powerpack (0.1.0)
21
- rainbow (2.0.0)
22
- rake (10.4.2)
23
- rspec (3.5.0)
24
- rspec-core (~> 3.5.0)
25
- rspec-expectations (~> 3.5.0)
26
- rspec-mocks (~> 3.5.0)
27
- rspec-core (3.5.2)
28
- rspec-support (~> 3.5.0)
29
- rspec-expectations (3.5.0)
30
- diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.5.0)
32
- rspec-mocks (3.5.0)
33
- diff-lcs (>= 1.2.0, < 2.0)
34
- rspec-support (~> 3.5.0)
35
- rspec-support (3.5.0)
36
- rubocop (0.30.1)
37
- astrolabe (~> 1.3)
38
- parser (>= 2.2.2.1, < 3.0)
39
- powerpack (~> 0.1)
40
- rainbow (>= 1.99.1, < 3.0)
41
- ruby-progressbar (~> 1.4)
42
- ruby-progressbar (1.7.5)
43
- thor (0.19.1)
44
-
45
- PLATFORMS
46
- ruby
47
-
48
- DEPENDENCIES
49
- appraisal (~> 1.0.0)
50
- bundler (~> 1.3)
51
- rake (~> 10.1)
52
- rspec (~> 3.5.0)
53
- rubocop (= 0.30.1)
54
- rubocop-checkstyle_formatter!
55
-
56
- BUNDLED WITH
57
- 1.12.5
@@ -1,57 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- rubocop-checkstyle_formatter (0.2.0)
5
- rubocop (>= 0.20.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- appraisal (1.0.3)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.3.0)
15
- astrolabe (1.3.1)
16
- parser (~> 2.2)
17
- diff-lcs (1.2.5)
18
- parser (2.3.1.2)
19
- ast (~> 2.2)
20
- powerpack (0.1.1)
21
- rainbow (2.1.0)
22
- rake (10.5.0)
23
- rspec (3.5.0)
24
- rspec-core (~> 3.5.0)
25
- rspec-expectations (~> 3.5.0)
26
- rspec-mocks (~> 3.5.0)
27
- rspec-core (3.5.2)
28
- rspec-support (~> 3.5.0)
29
- rspec-expectations (3.5.0)
30
- diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.5.0)
32
- rspec-mocks (3.5.0)
33
- diff-lcs (>= 1.2.0, < 2.0)
34
- rspec-support (~> 3.5.0)
35
- rspec-support (3.5.0)
36
- rubocop (0.31.0)
37
- astrolabe (~> 1.3)
38
- parser (>= 2.2.2.1, < 3.0)
39
- powerpack (~> 0.1)
40
- rainbow (>= 1.99.1, < 3.0)
41
- ruby-progressbar (~> 1.4)
42
- ruby-progressbar (1.8.1)
43
- thor (0.19.1)
44
-
45
- PLATFORMS
46
- ruby
47
-
48
- DEPENDENCIES
49
- appraisal (~> 1.0.0)
50
- bundler (~> 1.3)
51
- rake (~> 10.1)
52
- rspec (~> 3.5.0)
53
- rubocop (= 0.31.0)
54
- rubocop-checkstyle_formatter!
55
-
56
- BUNDLED WITH
57
- 1.12.5
@@ -1,57 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- rubocop-checkstyle_formatter (0.2.0)
5
- rubocop (>= 0.20.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- appraisal (1.0.3)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.3.0)
15
- astrolabe (1.3.1)
16
- parser (~> 2.2)
17
- diff-lcs (1.2.5)
18
- parser (2.3.1.2)
19
- ast (~> 2.2)
20
- powerpack (0.1.1)
21
- rainbow (2.1.0)
22
- rake (10.5.0)
23
- rspec (3.5.0)
24
- rspec-core (~> 3.5.0)
25
- rspec-expectations (~> 3.5.0)
26
- rspec-mocks (~> 3.5.0)
27
- rspec-core (3.5.2)
28
- rspec-support (~> 3.5.0)
29
- rspec-expectations (3.5.0)
30
- diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.5.0)
32
- rspec-mocks (3.5.0)
33
- diff-lcs (>= 1.2.0, < 2.0)
34
- rspec-support (~> 3.5.0)
35
- rspec-support (3.5.0)
36
- rubocop (0.32.1)
37
- astrolabe (~> 1.3)
38
- parser (>= 2.2.2.5, < 3.0)
39
- powerpack (~> 0.1)
40
- rainbow (>= 1.99.1, < 3.0)
41
- ruby-progressbar (~> 1.4)
42
- ruby-progressbar (1.8.1)
43
- thor (0.19.1)
44
-
45
- PLATFORMS
46
- ruby
47
-
48
- DEPENDENCIES
49
- appraisal (~> 1.0.0)
50
- bundler (~> 1.3)
51
- rake (~> 10.1)
52
- rspec (~> 3.5.0)
53
- rubocop (= 0.32.1)
54
- rubocop-checkstyle_formatter!
55
-
56
- BUNDLED WITH
57
- 1.12.5
@@ -1,57 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- rubocop-checkstyle_formatter (0.2.0)
5
- rubocop (>= 0.20.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- appraisal (1.0.3)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.3.0)
15
- astrolabe (1.3.1)
16
- parser (~> 2.2)
17
- diff-lcs (1.2.5)
18
- parser (2.3.1.2)
19
- ast (~> 2.2)
20
- powerpack (0.1.1)
21
- rainbow (2.1.0)
22
- rake (10.5.0)
23
- rspec (3.5.0)
24
- rspec-core (~> 3.5.0)
25
- rspec-expectations (~> 3.5.0)
26
- rspec-mocks (~> 3.5.0)
27
- rspec-core (3.5.2)
28
- rspec-support (~> 3.5.0)
29
- rspec-expectations (3.5.0)
30
- diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.5.0)
32
- rspec-mocks (3.5.0)
33
- diff-lcs (>= 1.2.0, < 2.0)
34
- rspec-support (~> 3.5.0)
35
- rspec-support (3.5.0)
36
- rubocop (0.33.0)
37
- astrolabe (~> 1.3)
38
- parser (>= 2.2.2.5, < 3.0)
39
- powerpack (~> 0.1)
40
- rainbow (>= 1.99.1, < 3.0)
41
- ruby-progressbar (~> 1.4)
42
- ruby-progressbar (1.8.1)
43
- thor (0.19.1)
44
-
45
- PLATFORMS
46
- ruby
47
-
48
- DEPENDENCIES
49
- appraisal (~> 1.0.0)
50
- bundler (~> 1.3)
51
- rake (~> 10.1)
52
- rspec (~> 3.5.0)
53
- rubocop (= 0.33.0)
54
- rubocop-checkstyle_formatter!
55
-
56
- BUNDLED WITH
57
- 1.12.5
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.34.2"
6
-
7
- gemspec :path => "../"
@@ -1,57 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- rubocop-checkstyle_formatter (0.2.0)
5
- rubocop (>= 0.20.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- appraisal (1.0.3)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.3.0)
15
- astrolabe (1.3.1)
16
- parser (~> 2.2)
17
- diff-lcs (1.2.5)
18
- parser (2.3.1.2)
19
- ast (~> 2.2)
20
- powerpack (0.1.1)
21
- rainbow (2.1.0)
22
- rake (10.5.0)
23
- rspec (3.5.0)
24
- rspec-core (~> 3.5.0)
25
- rspec-expectations (~> 3.5.0)
26
- rspec-mocks (~> 3.5.0)
27
- rspec-core (3.5.2)
28
- rspec-support (~> 3.5.0)
29
- rspec-expectations (3.5.0)
30
- diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.5.0)
32
- rspec-mocks (3.5.0)
33
- diff-lcs (>= 1.2.0, < 2.0)
34
- rspec-support (~> 3.5.0)
35
- rspec-support (3.5.0)
36
- rubocop (0.34.2)
37
- astrolabe (~> 1.3)
38
- parser (>= 2.2.2.5, < 3.0)
39
- powerpack (~> 0.1)
40
- rainbow (>= 1.99.1, < 3.0)
41
- ruby-progressbar (~> 1.4)
42
- ruby-progressbar (1.8.1)
43
- thor (0.19.1)
44
-
45
- PLATFORMS
46
- ruby
47
-
48
- DEPENDENCIES
49
- appraisal (~> 1.0.0)
50
- bundler (~> 1.3)
51
- rake (~> 10.1)
52
- rspec (~> 3.5.0)
53
- rubocop (= 0.34.2)
54
- rubocop-checkstyle_formatter!
55
-
56
- BUNDLED WITH
57
- 1.12.5
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.35.1"
6
-
7
- gemspec :path => "../"
@@ -1,59 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- rubocop-checkstyle_formatter (0.2.0)
5
- rubocop (>= 0.20.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- appraisal (1.0.3)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.3.0)
15
- astrolabe (1.3.1)
16
- parser (~> 2.2)
17
- diff-lcs (1.2.5)
18
- parser (2.3.1.2)
19
- ast (~> 2.2)
20
- powerpack (0.1.1)
21
- rainbow (2.1.0)
22
- rake (10.5.0)
23
- rspec (3.5.0)
24
- rspec-core (~> 3.5.0)
25
- rspec-expectations (~> 3.5.0)
26
- rspec-mocks (~> 3.5.0)
27
- rspec-core (3.5.2)
28
- rspec-support (~> 3.5.0)
29
- rspec-expectations (3.5.0)
30
- diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.5.0)
32
- rspec-mocks (3.5.0)
33
- diff-lcs (>= 1.2.0, < 2.0)
34
- rspec-support (~> 3.5.0)
35
- rspec-support (3.5.0)
36
- rubocop (0.35.1)
37
- astrolabe (~> 1.3)
38
- parser (>= 2.2.3.0, < 3.0)
39
- powerpack (~> 0.1)
40
- rainbow (>= 1.99.1, < 3.0)
41
- ruby-progressbar (~> 1.7)
42
- tins (<= 1.6.0)
43
- ruby-progressbar (1.8.1)
44
- thor (0.19.1)
45
- tins (1.6.0)
46
-
47
- PLATFORMS
48
- ruby
49
-
50
- DEPENDENCIES
51
- appraisal (~> 1.0.0)
52
- bundler (~> 1.3)
53
- rake (~> 10.1)
54
- rspec (~> 3.5.0)
55
- rubocop (= 0.35.1)
56
- rubocop-checkstyle_formatter!
57
-
58
- BUNDLED WITH
59
- 1.12.5
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.36.0"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.37.2"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.38.0"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.39.0"
6
-
7
- gemspec :path => "../"