From a709e549be49d126c3c5152901341e6c54e84d93 Mon Sep 17 00:00:00 2001 From: Eito Katagiri Date: Thu, 19 Aug 2021 11:46:50 +0000 Subject: [PATCH 1/3] update build matrix --- .github/workflows/build.yml | 4 +- Appraisals | 21 ++---- gemfiles/rubocop_0.40.0.gemfile.lock | 58 ----------------- gemfiles/rubocop_0.41.2.gemfile.lock | 58 ----------------- gemfiles/rubocop_0.42.0.gemfile.lock | 58 ----------------- gemfiles/rubocop_0.43.0.gemfile.lock | 58 ----------------- gemfiles/rubocop_0.44.1.gemfile | 7 -- gemfiles/rubocop_0.44.1.gemfile.lock | 58 ----------------- gemfiles/rubocop_0.45.0.gemfile | 7 -- gemfiles/rubocop_0.45.0.gemfile.lock | 58 ----------------- gemfiles/rubocop_0.46.0.gemfile | 7 -- gemfiles/rubocop_0.46.0.gemfile.lock | 58 ----------------- gemfiles/rubocop_0.47.1.gemfile | 7 -- gemfiles/rubocop_0.47.1.gemfile.lock | 58 ----------------- gemfiles/rubocop_0.48.1.gemfile | 7 -- gemfiles/rubocop_0.48.1.gemfile.lock | 58 ----------------- gemfiles/rubocop_0.49.1.gemfile | 7 -- gemfiles/rubocop_0.49.1.gemfile.lock | 60 ----------------- gemfiles/rubocop_0.50.0.gemfile | 7 -- gemfiles/rubocop_0.50.0.gemfile.lock | 60 ----------------- gemfiles/rubocop_0.51.0.gemfile | 7 -- gemfiles/rubocop_0.52.1.gemfile | 7 -- gemfiles/rubocop_0.53.0.gemfile | 7 -- gemfiles/rubocop_0.54.0.gemfile | 7 -- ..._0.40.0.gemfile => rubocop_1.14.0.gemfile} | 2 +- ...mfile.lock => rubocop_1.14.0.gemfile.lock} | 33 ++++++---- ..._0.42.0.gemfile => rubocop_1.15.0.gemfile} | 2 +- ...mfile.lock => rubocop_1.15.0.gemfile.lock} | 33 ++++++---- ..._0.41.2.gemfile => rubocop_1.16.1.gemfile} | 2 +- ...mfile.lock => rubocop_1.16.1.gemfile.lock} | 33 ++++++---- ..._0.43.0.gemfile => rubocop_1.17.0.gemfile} | 2 +- ...mfile.lock => rubocop_1.17.0.gemfile.lock} | 38 ++++++----- gemfiles/rubocop_1.18.4.gemfile | 7 ++ gemfiles/rubocop_1.18.4.gemfile.lock | 64 +++++++++++++++++++ gemfiles/rubocop_1.19.1.gemfile | 7 ++ gemfiles/rubocop_1.19.1.gemfile.lock | 64 +++++++++++++++++++ .../formatter/checkstyle_formatter_spec.rb | 16 +---- 37 files changed, 234 insertions(+), 813 deletions(-) delete mode 100644 gemfiles/rubocop_0.40.0.gemfile.lock delete mode 100644 gemfiles/rubocop_0.41.2.gemfile.lock delete mode 100644 gemfiles/rubocop_0.42.0.gemfile.lock delete mode 100644 gemfiles/rubocop_0.43.0.gemfile.lock delete mode 100644 gemfiles/rubocop_0.44.1.gemfile delete mode 100644 gemfiles/rubocop_0.44.1.gemfile.lock delete mode 100644 gemfiles/rubocop_0.45.0.gemfile delete mode 100644 gemfiles/rubocop_0.45.0.gemfile.lock delete mode 100644 gemfiles/rubocop_0.46.0.gemfile delete mode 100644 gemfiles/rubocop_0.46.0.gemfile.lock delete mode 100644 gemfiles/rubocop_0.47.1.gemfile delete mode 100644 gemfiles/rubocop_0.47.1.gemfile.lock delete mode 100644 gemfiles/rubocop_0.48.1.gemfile delete mode 100644 gemfiles/rubocop_0.48.1.gemfile.lock delete mode 100644 gemfiles/rubocop_0.49.1.gemfile delete mode 100644 gemfiles/rubocop_0.49.1.gemfile.lock delete mode 100644 gemfiles/rubocop_0.50.0.gemfile delete mode 100644 gemfiles/rubocop_0.50.0.gemfile.lock delete mode 100644 gemfiles/rubocop_0.51.0.gemfile delete mode 100644 gemfiles/rubocop_0.52.1.gemfile delete mode 100644 gemfiles/rubocop_0.53.0.gemfile delete mode 100644 gemfiles/rubocop_0.54.0.gemfile rename gemfiles/{rubocop_0.40.0.gemfile => rubocop_1.14.0.gemfile} (79%) rename gemfiles/{rubocop_0.53.0.gemfile.lock => rubocop_1.14.0.gemfile.lock} (65%) rename gemfiles/{rubocop_0.42.0.gemfile => rubocop_1.15.0.gemfile} (79%) rename gemfiles/{rubocop_0.54.0.gemfile.lock => rubocop_1.15.0.gemfile.lock} (65%) rename gemfiles/{rubocop_0.41.2.gemfile => rubocop_1.16.1.gemfile} (79%) rename gemfiles/{rubocop_0.52.1.gemfile.lock => rubocop_1.16.1.gemfile.lock} (65%) rename gemfiles/{rubocop_0.43.0.gemfile => rubocop_1.17.0.gemfile} (79%) rename gemfiles/{rubocop_0.51.0.gemfile.lock => rubocop_1.17.0.gemfile.lock} (61%) create mode 100644 gemfiles/rubocop_1.18.4.gemfile create mode 100644 gemfiles/rubocop_1.18.4.gemfile.lock create mode 100644 gemfiles/rubocop_1.19.1.gemfile create mode 100644 gemfiles/rubocop_1.19.1.gemfile.lock diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c40c91a..b63e826 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,8 +5,8 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['2.2', '2.3', '2.4', '2.5', 'head', 'jruby-9.1.17.0'] - gemfile: ['0.40.0', '0.41.2', '0.43.0', '0.44.1', '0.45.0', '0.46.0', '0.47.1', '0.48.1', '0.49.1', '0.50.0', '0.51.0', '0.52.1', '0.53.0', '0.54.0'] + ruby: ['2.5', '2.6', '2.7', '3.0', 'head', 'jruby-9.2.10.0'] + gemfile: ['1.14.0', '1.15.0', '1.16.1', '1.17.0', '1.18.4', '1.19.1'] runs-on: ubuntu-latest continue-on-error: ${{ matrix.ruby == 'head' }} env: diff --git a/Appraisals b/Appraisals index 7bff432..86e4b64 100644 --- a/Appraisals +++ b/Appraisals @@ -1,19 +1,10 @@ [ - '0.40.0', - '0.41.2', - '0.42.0', - '0.43.0', - '0.44.1', - '0.45.0', - '0.46.0', - '0.47.1', - '0.48.1', - '0.49.1', - '0.50.0', - '0.51.0', - '0.52.1', - '0.53.0', - '0.54.0' + '1.14.0', + '1.15.0', + '1.16.1', + '1.17.0', + '1.18.4', + '1.19.1' ].each do |version| appraise "rubocop-#{version}" do gem 'rubocop', version diff --git a/gemfiles/rubocop_0.40.0.gemfile.lock b/gemfiles/rubocop_0.40.0.gemfile.lock deleted file mode 100644 index eacbe0f..0000000 --- a/gemfiles/rubocop_0.40.0.gemfile.lock +++ /dev/null @@ -1,58 +0,0 @@ -PATH - remote: .. - specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) - -GEM - remote: https://rubygems.org/ - specs: - appraisal (1.0.3) - bundler - rake - thor (>= 0.14.0) - ast (2.3.0) - diff-lcs (1.3) - parser (2.4.0.0) - ast (~> 2.2) - powerpack (0.1.1) - rainbow (2.2.2) - rake - rake (10.5.0) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-mocks (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) - rubocop (0.40.0) - parser (>= 2.3.1.0, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) - ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) - thor (0.19.4) - unicode-display_width (1.2.1) - -PLATFORMS - java - ruby - -DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) - rspec (~> 3.5.0) - rubocop (= 0.40.0) - rubocop-checkstyle_formatter! - -BUNDLED WITH - 1.17.3 diff --git a/gemfiles/rubocop_0.41.2.gemfile.lock b/gemfiles/rubocop_0.41.2.gemfile.lock deleted file mode 100644 index 478bc86..0000000 --- a/gemfiles/rubocop_0.41.2.gemfile.lock +++ /dev/null @@ -1,58 +0,0 @@ -PATH - remote: .. - specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) - -GEM - remote: https://rubygems.org/ - specs: - appraisal (1.0.3) - bundler - rake - thor (>= 0.14.0) - ast (2.3.0) - diff-lcs (1.3) - parser (2.4.0.0) - ast (~> 2.2) - powerpack (0.1.1) - rainbow (2.2.2) - rake - rake (10.5.0) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-mocks (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) - rubocop (0.41.2) - parser (>= 2.3.1.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) - ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) - thor (0.19.4) - unicode-display_width (1.2.1) - -PLATFORMS - java - ruby - -DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) - rspec (~> 3.5.0) - rubocop (= 0.41.2) - rubocop-checkstyle_formatter! - -BUNDLED WITH - 1.17.3 diff --git a/gemfiles/rubocop_0.42.0.gemfile.lock b/gemfiles/rubocop_0.42.0.gemfile.lock deleted file mode 100644 index 9f2e029..0000000 --- a/gemfiles/rubocop_0.42.0.gemfile.lock +++ /dev/null @@ -1,58 +0,0 @@ -PATH - remote: .. - specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) - -GEM - remote: https://rubygems.org/ - specs: - appraisal (1.0.3) - bundler - rake - thor (>= 0.14.0) - ast (2.3.0) - diff-lcs (1.3) - parser (2.4.0.0) - ast (~> 2.2) - powerpack (0.1.1) - rainbow (2.2.2) - rake - rake (10.5.0) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-mocks (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) - rubocop (0.42.0) - parser (>= 2.3.1.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) - ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) - thor (0.19.4) - unicode-display_width (1.2.1) - -PLATFORMS - java - ruby - -DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) - rspec (~> 3.5.0) - rubocop (= 0.42.0) - rubocop-checkstyle_formatter! - -BUNDLED WITH - 1.17.3 diff --git a/gemfiles/rubocop_0.43.0.gemfile.lock b/gemfiles/rubocop_0.43.0.gemfile.lock deleted file mode 100644 index b13d102..0000000 --- a/gemfiles/rubocop_0.43.0.gemfile.lock +++ /dev/null @@ -1,58 +0,0 @@ -PATH - remote: .. - specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) - -GEM - remote: https://rubygems.org/ - specs: - appraisal (1.0.3) - bundler - rake - thor (>= 0.14.0) - ast (2.3.0) - diff-lcs (1.3) - parser (2.4.0.0) - ast (~> 2.2) - powerpack (0.1.1) - rainbow (2.2.2) - rake - rake (10.5.0) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-mocks (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) - rubocop (0.43.0) - parser (>= 2.3.1.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) - ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) - thor (0.19.4) - unicode-display_width (1.2.1) - -PLATFORMS - java - ruby - -DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) - rspec (~> 3.5.0) - rubocop (= 0.43.0) - rubocop-checkstyle_formatter! - -BUNDLED WITH - 1.17.3 diff --git a/gemfiles/rubocop_0.44.1.gemfile b/gemfiles/rubocop_0.44.1.gemfile deleted file mode 100644 index db86ee1..0000000 --- a/gemfiles/rubocop_0.44.1.gemfile +++ /dev/null @@ -1,7 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "rubocop", "0.44.1" - -gemspec :path => "../" diff --git a/gemfiles/rubocop_0.44.1.gemfile.lock b/gemfiles/rubocop_0.44.1.gemfile.lock deleted file mode 100644 index bb1247f..0000000 --- a/gemfiles/rubocop_0.44.1.gemfile.lock +++ /dev/null @@ -1,58 +0,0 @@ -PATH - remote: .. - specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) - -GEM - remote: https://rubygems.org/ - specs: - appraisal (1.0.3) - bundler - rake - thor (>= 0.14.0) - ast (2.3.0) - diff-lcs (1.3) - parser (2.4.0.0) - ast (~> 2.2) - powerpack (0.1.1) - rainbow (2.2.2) - rake - rake (10.5.0) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-mocks (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) - rubocop (0.44.1) - parser (>= 2.3.1.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) - ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) - thor (0.19.4) - unicode-display_width (1.2.1) - -PLATFORMS - java - ruby - -DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) - rspec (~> 3.5.0) - rubocop (= 0.44.1) - rubocop-checkstyle_formatter! - -BUNDLED WITH - 1.17.3 diff --git a/gemfiles/rubocop_0.45.0.gemfile b/gemfiles/rubocop_0.45.0.gemfile deleted file mode 100644 index 80d53e3..0000000 --- a/gemfiles/rubocop_0.45.0.gemfile +++ /dev/null @@ -1,7 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "rubocop", "0.45.0" - -gemspec :path => "../" diff --git a/gemfiles/rubocop_0.45.0.gemfile.lock b/gemfiles/rubocop_0.45.0.gemfile.lock deleted file mode 100644 index 5e04a58..0000000 --- a/gemfiles/rubocop_0.45.0.gemfile.lock +++ /dev/null @@ -1,58 +0,0 @@ -PATH - remote: .. - specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) - -GEM - remote: https://rubygems.org/ - specs: - appraisal (1.0.3) - bundler - rake - thor (>= 0.14.0) - ast (2.3.0) - diff-lcs (1.3) - parser (2.4.0.0) - ast (~> 2.2) - powerpack (0.1.1) - rainbow (2.2.2) - rake - rake (10.5.0) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-mocks (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) - rubocop (0.45.0) - parser (>= 2.3.1.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) - ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) - thor (0.19.4) - unicode-display_width (1.2.1) - -PLATFORMS - java - ruby - -DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) - rspec (~> 3.5.0) - rubocop (= 0.45.0) - rubocop-checkstyle_formatter! - -BUNDLED WITH - 1.17.3 diff --git a/gemfiles/rubocop_0.46.0.gemfile b/gemfiles/rubocop_0.46.0.gemfile deleted file mode 100644 index 098fec7..0000000 --- a/gemfiles/rubocop_0.46.0.gemfile +++ /dev/null @@ -1,7 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "rubocop", "0.46.0" - -gemspec :path => "../" diff --git a/gemfiles/rubocop_0.46.0.gemfile.lock b/gemfiles/rubocop_0.46.0.gemfile.lock deleted file mode 100644 index b1b02e1..0000000 --- a/gemfiles/rubocop_0.46.0.gemfile.lock +++ /dev/null @@ -1,58 +0,0 @@ -PATH - remote: .. - specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) - -GEM - remote: https://rubygems.org/ - specs: - appraisal (1.0.3) - bundler - rake - thor (>= 0.14.0) - ast (2.3.0) - diff-lcs (1.3) - parser (2.4.0.0) - ast (~> 2.2) - powerpack (0.1.1) - rainbow (2.2.2) - rake - rake (10.5.0) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-mocks (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) - rubocop (0.46.0) - parser (>= 2.3.1.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) - ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) - thor (0.19.4) - unicode-display_width (1.2.1) - -PLATFORMS - java - ruby - -DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) - rspec (~> 3.5.0) - rubocop (= 0.46.0) - rubocop-checkstyle_formatter! - -BUNDLED WITH - 1.17.3 diff --git a/gemfiles/rubocop_0.47.1.gemfile b/gemfiles/rubocop_0.47.1.gemfile deleted file mode 100644 index 255250a..0000000 --- a/gemfiles/rubocop_0.47.1.gemfile +++ /dev/null @@ -1,7 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "rubocop", "0.47.1" - -gemspec :path => "../" diff --git a/gemfiles/rubocop_0.47.1.gemfile.lock b/gemfiles/rubocop_0.47.1.gemfile.lock deleted file mode 100644 index 6fdfc75..0000000 --- a/gemfiles/rubocop_0.47.1.gemfile.lock +++ /dev/null @@ -1,58 +0,0 @@ -PATH - remote: .. - specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) - -GEM - remote: https://rubygems.org/ - specs: - appraisal (1.0.3) - bundler - rake - thor (>= 0.14.0) - ast (2.3.0) - diff-lcs (1.3) - parser (2.4.0.0) - ast (~> 2.2) - powerpack (0.1.1) - rainbow (2.2.2) - rake - rake (10.5.0) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-mocks (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) - rubocop (0.47.1) - parser (>= 2.3.3.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) - ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) - thor (0.19.4) - unicode-display_width (1.2.1) - -PLATFORMS - java - ruby - -DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) - rspec (~> 3.5.0) - rubocop (= 0.47.1) - rubocop-checkstyle_formatter! - -BUNDLED WITH - 1.17.3 diff --git a/gemfiles/rubocop_0.48.1.gemfile b/gemfiles/rubocop_0.48.1.gemfile deleted file mode 100644 index 3f3b6f9..0000000 --- a/gemfiles/rubocop_0.48.1.gemfile +++ /dev/null @@ -1,7 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "rubocop", "0.48.1" - -gemspec :path => "../" diff --git a/gemfiles/rubocop_0.48.1.gemfile.lock b/gemfiles/rubocop_0.48.1.gemfile.lock deleted file mode 100644 index e15244f..0000000 --- a/gemfiles/rubocop_0.48.1.gemfile.lock +++ /dev/null @@ -1,58 +0,0 @@ -PATH - remote: .. - specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) - -GEM - remote: https://rubygems.org/ - specs: - appraisal (1.0.3) - bundler - rake - thor (>= 0.14.0) - ast (2.3.0) - diff-lcs (1.3) - parser (2.4.0.0) - ast (~> 2.2) - powerpack (0.1.1) - rainbow (2.2.2) - rake - rake (10.5.0) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-mocks (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) - rubocop (0.48.1) - parser (>= 2.3.3.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) - ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) - thor (0.19.4) - unicode-display_width (1.2.1) - -PLATFORMS - java - ruby - -DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) - rspec (~> 3.5.0) - rubocop (= 0.48.1) - rubocop-checkstyle_formatter! - -BUNDLED WITH - 1.17.3 diff --git a/gemfiles/rubocop_0.49.1.gemfile b/gemfiles/rubocop_0.49.1.gemfile deleted file mode 100644 index 4b079c5..0000000 --- a/gemfiles/rubocop_0.49.1.gemfile +++ /dev/null @@ -1,7 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "rubocop", "0.49.1" - -gemspec :path => "../" diff --git a/gemfiles/rubocop_0.49.1.gemfile.lock b/gemfiles/rubocop_0.49.1.gemfile.lock deleted file mode 100644 index 1b0918a..0000000 --- a/gemfiles/rubocop_0.49.1.gemfile.lock +++ /dev/null @@ -1,60 +0,0 @@ -PATH - remote: .. - specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) - -GEM - remote: https://rubygems.org/ - specs: - appraisal (1.0.3) - bundler - rake - thor (>= 0.14.0) - ast (2.4.0) - diff-lcs (1.3) - parallel (1.12.1) - parser (2.5.1.0) - ast (~> 2.4.0) - powerpack (0.1.1) - rainbow (2.2.2) - rake - rake (10.5.0) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-mocks (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) - rubocop (0.49.1) - parallel (~> 1.10) - parser (>= 2.3.3.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) - ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.9.0) - thor (0.20.0) - unicode-display_width (1.3.0) - -PLATFORMS - java - ruby - -DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) - rspec (~> 3.5.0) - rubocop (= 0.49.1) - rubocop-checkstyle_formatter! - -BUNDLED WITH - 1.17.3 diff --git a/gemfiles/rubocop_0.50.0.gemfile b/gemfiles/rubocop_0.50.0.gemfile deleted file mode 100644 index a090141..0000000 --- a/gemfiles/rubocop_0.50.0.gemfile +++ /dev/null @@ -1,7 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "rubocop", "0.50.0" - -gemspec :path => "../" diff --git a/gemfiles/rubocop_0.50.0.gemfile.lock b/gemfiles/rubocop_0.50.0.gemfile.lock deleted file mode 100644 index 29ae19c..0000000 --- a/gemfiles/rubocop_0.50.0.gemfile.lock +++ /dev/null @@ -1,60 +0,0 @@ -PATH - remote: .. - specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) - -GEM - remote: https://rubygems.org/ - specs: - appraisal (1.0.3) - bundler - rake - thor (>= 0.14.0) - ast (2.4.0) - diff-lcs (1.3) - parallel (1.12.1) - parser (2.5.1.0) - ast (~> 2.4.0) - powerpack (0.1.1) - rainbow (2.2.2) - rake - rake (10.5.0) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-mocks (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) - rubocop (0.50.0) - parallel (~> 1.10) - parser (>= 2.3.3.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 2.2.2, < 3.0) - ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.9.0) - thor (0.20.0) - unicode-display_width (1.3.0) - -PLATFORMS - java - ruby - -DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) - rspec (~> 3.5.0) - rubocop (= 0.50.0) - rubocop-checkstyle_formatter! - -BUNDLED WITH - 1.17.3 diff --git a/gemfiles/rubocop_0.51.0.gemfile b/gemfiles/rubocop_0.51.0.gemfile deleted file mode 100644 index b1a1d48..0000000 --- a/gemfiles/rubocop_0.51.0.gemfile +++ /dev/null @@ -1,7 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "rubocop", "0.51.0" - -gemspec :path => "../" diff --git a/gemfiles/rubocop_0.52.1.gemfile b/gemfiles/rubocop_0.52.1.gemfile deleted file mode 100644 index 18298d1..0000000 --- a/gemfiles/rubocop_0.52.1.gemfile +++ /dev/null @@ -1,7 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "rubocop", "0.52.1" - -gemspec :path => "../" diff --git a/gemfiles/rubocop_0.53.0.gemfile b/gemfiles/rubocop_0.53.0.gemfile deleted file mode 100644 index eb00193..0000000 --- a/gemfiles/rubocop_0.53.0.gemfile +++ /dev/null @@ -1,7 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "rubocop", "0.53.0" - -gemspec :path => "../" diff --git a/gemfiles/rubocop_0.54.0.gemfile b/gemfiles/rubocop_0.54.0.gemfile deleted file mode 100644 index e7f2fe9..0000000 --- a/gemfiles/rubocop_0.54.0.gemfile +++ /dev/null @@ -1,7 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "rubocop", "0.54.0" - -gemspec :path => "../" diff --git a/gemfiles/rubocop_0.40.0.gemfile b/gemfiles/rubocop_1.14.0.gemfile similarity index 79% rename from gemfiles/rubocop_0.40.0.gemfile rename to gemfiles/rubocop_1.14.0.gemfile index 6b3073e..058bbe3 100644 --- a/gemfiles/rubocop_0.40.0.gemfile +++ b/gemfiles/rubocop_1.14.0.gemfile @@ -2,6 +2,6 @@ source "https://rubygems.org" -gem "rubocop", "0.40.0" +gem "rubocop", "1.14.0" gemspec :path => "../" diff --git a/gemfiles/rubocop_0.53.0.gemfile.lock b/gemfiles/rubocop_1.14.0.gemfile.lock similarity index 65% rename from gemfiles/rubocop_0.53.0.gemfile.lock rename to gemfiles/rubocop_1.14.0.gemfile.lock index b1045cb..62df6fd 100644 --- a/gemfiles/rubocop_0.53.0.gemfile.lock +++ b/gemfiles/rubocop_1.14.0.gemfile.lock @@ -11,14 +11,15 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.0) - diff-lcs (1.3) - parallel (1.12.1) - parser (2.5.1.0) - ast (~> 2.4.0) - powerpack (0.1.1) + ast (2.4.2) + diff-lcs (1.4.4) + parallel (1.20.1) + parser (3.0.2.0) + ast (~> 2.4.1) rainbow (3.0.0) rake (10.5.0) + regexp_parser (2.1.1) + rexml (3.2.5) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -32,16 +33,20 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.5.0) rspec-support (3.5.0) - rubocop (0.53.0) + rubocop (1.14.0) parallel (~> 1.10) - parser (>= 2.5) - powerpack (~> 0.1) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.5.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.9.0) - thor (0.20.0) - unicode-display_width (1.3.0) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.10.0) + parser (>= 3.0.1.1) + ruby-progressbar (1.11.0) + thor (1.1.0) + unicode-display_width (2.0.0) PLATFORMS java @@ -52,7 +57,7 @@ DEPENDENCIES bundler (~> 1.3) rake (~> 10.1) rspec (~> 3.5.0) - rubocop (= 0.53.0) + rubocop (= 1.14.0) rubocop-checkstyle_formatter! BUNDLED WITH diff --git a/gemfiles/rubocop_0.42.0.gemfile b/gemfiles/rubocop_1.15.0.gemfile similarity index 79% rename from gemfiles/rubocop_0.42.0.gemfile rename to gemfiles/rubocop_1.15.0.gemfile index 6bb8f71..5408cd5 100644 --- a/gemfiles/rubocop_0.42.0.gemfile +++ b/gemfiles/rubocop_1.15.0.gemfile @@ -2,6 +2,6 @@ source "https://rubygems.org" -gem "rubocop", "0.42.0" +gem "rubocop", "1.15.0" gemspec :path => "../" diff --git a/gemfiles/rubocop_0.54.0.gemfile.lock b/gemfiles/rubocop_1.15.0.gemfile.lock similarity index 65% rename from gemfiles/rubocop_0.54.0.gemfile.lock rename to gemfiles/rubocop_1.15.0.gemfile.lock index df9ea63..d81bc26 100644 --- a/gemfiles/rubocop_0.54.0.gemfile.lock +++ b/gemfiles/rubocop_1.15.0.gemfile.lock @@ -11,14 +11,15 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.0) - diff-lcs (1.3) - parallel (1.12.1) - parser (2.5.1.0) - ast (~> 2.4.0) - powerpack (0.1.1) + ast (2.4.2) + diff-lcs (1.4.4) + parallel (1.20.1) + parser (3.0.2.0) + ast (~> 2.4.1) rainbow (3.0.0) rake (10.5.0) + regexp_parser (2.1.1) + rexml (3.2.5) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -32,16 +33,20 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.5.0) rspec-support (3.5.0) - rubocop (0.54.0) + rubocop (1.15.0) parallel (~> 1.10) - parser (>= 2.5) - powerpack (~> 0.1) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.5.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.9.0) - thor (0.20.0) - unicode-display_width (1.3.0) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.10.0) + parser (>= 3.0.1.1) + ruby-progressbar (1.11.0) + thor (1.1.0) + unicode-display_width (2.0.0) PLATFORMS java @@ -52,7 +57,7 @@ DEPENDENCIES bundler (~> 1.3) rake (~> 10.1) rspec (~> 3.5.0) - rubocop (= 0.54.0) + rubocop (= 1.15.0) rubocop-checkstyle_formatter! BUNDLED WITH diff --git a/gemfiles/rubocop_0.41.2.gemfile b/gemfiles/rubocop_1.16.1.gemfile similarity index 79% rename from gemfiles/rubocop_0.41.2.gemfile rename to gemfiles/rubocop_1.16.1.gemfile index 96b1db9..c09dfa5 100644 --- a/gemfiles/rubocop_0.41.2.gemfile +++ b/gemfiles/rubocop_1.16.1.gemfile @@ -2,6 +2,6 @@ source "https://rubygems.org" -gem "rubocop", "0.41.2" +gem "rubocop", "1.16.1" gemspec :path => "../" diff --git a/gemfiles/rubocop_0.52.1.gemfile.lock b/gemfiles/rubocop_1.16.1.gemfile.lock similarity index 65% rename from gemfiles/rubocop_0.52.1.gemfile.lock rename to gemfiles/rubocop_1.16.1.gemfile.lock index bc73a3b..a2cacb4 100644 --- a/gemfiles/rubocop_0.52.1.gemfile.lock +++ b/gemfiles/rubocop_1.16.1.gemfile.lock @@ -11,14 +11,15 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.0) - diff-lcs (1.3) - parallel (1.12.1) - parser (2.5.1.0) - ast (~> 2.4.0) - powerpack (0.1.1) + ast (2.4.2) + diff-lcs (1.4.4) + parallel (1.20.1) + parser (3.0.2.0) + ast (~> 2.4.1) rainbow (3.0.0) rake (10.5.0) + regexp_parser (2.1.1) + rexml (3.2.5) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -32,16 +33,20 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.5.0) rspec-support (3.5.0) - rubocop (0.52.1) + rubocop (1.16.1) parallel (~> 1.10) - parser (>= 2.4.0.2, < 3.0) - powerpack (~> 0.1) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.7.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.9.0) - thor (0.20.0) - unicode-display_width (1.3.0) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.10.0) + parser (>= 3.0.1.1) + ruby-progressbar (1.11.0) + thor (1.1.0) + unicode-display_width (2.0.0) PLATFORMS java @@ -52,7 +57,7 @@ DEPENDENCIES bundler (~> 1.3) rake (~> 10.1) rspec (~> 3.5.0) - rubocop (= 0.52.1) + rubocop (= 1.16.1) rubocop-checkstyle_formatter! BUNDLED WITH diff --git a/gemfiles/rubocop_0.43.0.gemfile b/gemfiles/rubocop_1.17.0.gemfile similarity index 79% rename from gemfiles/rubocop_0.43.0.gemfile rename to gemfiles/rubocop_1.17.0.gemfile index 7ed4142..0770fce 100644 --- a/gemfiles/rubocop_0.43.0.gemfile +++ b/gemfiles/rubocop_1.17.0.gemfile @@ -2,6 +2,6 @@ source "https://rubygems.org" -gem "rubocop", "0.43.0" +gem "rubocop", "1.17.0" gemspec :path => "../" diff --git a/gemfiles/rubocop_0.51.0.gemfile.lock b/gemfiles/rubocop_1.17.0.gemfile.lock similarity index 61% rename from gemfiles/rubocop_0.51.0.gemfile.lock rename to gemfiles/rubocop_1.17.0.gemfile.lock index 7482cf1..f96745a 100644 --- a/gemfiles/rubocop_0.51.0.gemfile.lock +++ b/gemfiles/rubocop_1.17.0.gemfile.lock @@ -11,15 +11,15 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.0) - diff-lcs (1.3) - parallel (1.12.1) - parser (2.5.1.0) - ast (~> 2.4.0) - powerpack (0.1.1) - rainbow (2.2.2) - rake + ast (2.4.2) + diff-lcs (1.4.4) + parallel (1.20.1) + parser (3.0.2.0) + ast (~> 2.4.1) + rainbow (3.0.0) rake (10.5.0) + regexp_parser (2.1.1) + rexml (3.2.5) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -33,16 +33,20 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.5.0) rspec-support (3.5.0) - rubocop (0.51.0) + rubocop (1.17.0) parallel (~> 1.10) - parser (>= 2.3.3.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 2.2.2, < 3.0) + parser (>= 3.0.0.0) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.7.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.9.0) - thor (0.20.0) - unicode-display_width (1.3.0) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.10.0) + parser (>= 3.0.1.1) + ruby-progressbar (1.11.0) + thor (1.1.0) + unicode-display_width (2.0.0) PLATFORMS java @@ -53,7 +57,7 @@ DEPENDENCIES bundler (~> 1.3) rake (~> 10.1) rspec (~> 3.5.0) - rubocop (= 0.51.0) + rubocop (= 1.17.0) rubocop-checkstyle_formatter! BUNDLED WITH diff --git a/gemfiles/rubocop_1.18.4.gemfile b/gemfiles/rubocop_1.18.4.gemfile new file mode 100644 index 0000000..9245ea0 --- /dev/null +++ b/gemfiles/rubocop_1.18.4.gemfile @@ -0,0 +1,7 @@ +# This file was generated by Appraisal + +source "https://rubygems.org" + +gem "rubocop", "1.18.4" + +gemspec :path => "../" diff --git a/gemfiles/rubocop_1.18.4.gemfile.lock b/gemfiles/rubocop_1.18.4.gemfile.lock new file mode 100644 index 0000000..861cda3 --- /dev/null +++ b/gemfiles/rubocop_1.18.4.gemfile.lock @@ -0,0 +1,64 @@ +PATH + remote: .. + specs: + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) + +GEM + remote: https://rubygems.org/ + specs: + appraisal (1.0.3) + bundler + rake + thor (>= 0.14.0) + ast (2.4.2) + diff-lcs (1.4.4) + parallel (1.20.1) + parser (3.0.2.0) + ast (~> 2.4.1) + rainbow (3.0.0) + rake (10.5.0) + regexp_parser (2.1.1) + rexml (3.2.5) + rspec (3.5.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-core (3.5.4) + rspec-support (~> 3.5.0) + rspec-expectations (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-mocks (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-support (3.5.0) + rubocop (1.18.4) + parallel (~> 1.10) + parser (>= 3.0.0.0) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.8.0, < 2.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.10.0) + parser (>= 3.0.1.1) + ruby-progressbar (1.11.0) + thor (1.1.0) + unicode-display_width (2.0.0) + +PLATFORMS + java + ruby + +DEPENDENCIES + appraisal (~> 1.0.0) + bundler (~> 1.3) + rake (~> 10.1) + rspec (~> 3.5.0) + rubocop (= 1.18.4) + rubocop-checkstyle_formatter! + +BUNDLED WITH + 1.17.3 diff --git a/gemfiles/rubocop_1.19.1.gemfile b/gemfiles/rubocop_1.19.1.gemfile new file mode 100644 index 0000000..a9646df --- /dev/null +++ b/gemfiles/rubocop_1.19.1.gemfile @@ -0,0 +1,7 @@ +# This file was generated by Appraisal + +source "https://rubygems.org" + +gem "rubocop", "1.19.1" + +gemspec :path => "../" diff --git a/gemfiles/rubocop_1.19.1.gemfile.lock b/gemfiles/rubocop_1.19.1.gemfile.lock new file mode 100644 index 0000000..fc35307 --- /dev/null +++ b/gemfiles/rubocop_1.19.1.gemfile.lock @@ -0,0 +1,64 @@ +PATH + remote: .. + specs: + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) + +GEM + remote: https://rubygems.org/ + specs: + appraisal (1.0.3) + bundler + rake + thor (>= 0.14.0) + ast (2.4.2) + diff-lcs (1.4.4) + parallel (1.20.1) + parser (3.0.2.0) + ast (~> 2.4.1) + rainbow (3.0.0) + rake (10.5.0) + regexp_parser (2.1.1) + rexml (3.2.5) + rspec (3.5.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-core (3.5.4) + rspec-support (~> 3.5.0) + rspec-expectations (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-mocks (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-support (3.5.0) + rubocop (1.19.1) + parallel (~> 1.10) + parser (>= 3.0.0.0) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.9.1, < 2.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.10.0) + parser (>= 3.0.1.1) + ruby-progressbar (1.11.0) + thor (1.1.0) + unicode-display_width (2.0.0) + +PLATFORMS + java + ruby + +DEPENDENCIES + appraisal (~> 1.0.0) + bundler (~> 1.3) + rake (~> 10.1) + rspec (~> 3.5.0) + rubocop (= 1.19.1) + rubocop-checkstyle_formatter! + +BUNDLED WITH + 1.17.3 diff --git a/spec/rubocop/formatter/checkstyle_formatter_spec.rb b/spec/rubocop/formatter/checkstyle_formatter_spec.rb index 2216f49..42afdf5 100644 --- a/spec/rubocop/formatter/checkstyle_formatter_spec.rb +++ b/spec/rubocop/formatter/checkstyle_formatter_spec.rb @@ -10,22 +10,10 @@ module Formatter let(:severities) { %i[refactor convention warning error fatal] } let(:cop) do Cop::Cop.new.tap do |c| + c.send(:begin_investigation, RuboCop::ProcessedSource.new(file, 2.7, 'sample.rb')) source_buffer = Parser::Source::Buffer.new('sample.rb', 1).tap { |b| b.source = '' } severities.each_with_index do |severity, index| - if c.respond_to?(:add_offense) - type = c.method(:add_offense).parameters.last.first - if %i(block key).include?(type) - c.add_offense(nil, location: Parser::Source::Range.new(source_buffer, 0, index), message: severity.to_s) - else - c.add_offense(nil, Parser::Source::Range.new(source_buffer, 0, index), severity.to_s, severity) - end - else - begin - c.add_offence(severity, nil, Parser::Source::Range.new(source_buffer, 0, index), severity.to_s) - rescue - c.add_offence(nil, Parser::Source::Range.new(source_buffer, 0, index), severity.to_s, severity) - end - end + c.add_offense(nil, location: Parser::Source::Range.new(source_buffer, 0, index), message: severity.to_s) end end end From 705a5926a5f222a7c0c7afcd7201d8ced8238d06 Mon Sep 17 00:00:00 2001 From: Eito Katagiri Date: Thu, 19 Aug 2021 20:18:55 +0000 Subject: [PATCH 2/3] update development dependencies --- gemfiles/rubocop_1.14.0.gemfile | 2 +- gemfiles/rubocop_1.14.0.gemfile.lock | 12 ++++++------ gemfiles/rubocop_1.15.0.gemfile | 2 +- gemfiles/rubocop_1.15.0.gemfile.lock | 12 ++++++------ gemfiles/rubocop_1.16.1.gemfile | 2 +- gemfiles/rubocop_1.16.1.gemfile.lock | 12 ++++++------ gemfiles/rubocop_1.17.0.gemfile | 2 +- gemfiles/rubocop_1.17.0.gemfile.lock | 12 ++++++------ gemfiles/rubocop_1.18.4.gemfile | 2 +- gemfiles/rubocop_1.18.4.gemfile.lock | 12 ++++++------ gemfiles/rubocop_1.19.1.gemfile | 2 +- gemfiles/rubocop_1.19.1.gemfile.lock | 12 ++++++------ rubocop-checkstyle_formatter.gemspec | 8 ++++---- 13 files changed, 46 insertions(+), 46 deletions(-) diff --git a/gemfiles/rubocop_1.14.0.gemfile b/gemfiles/rubocop_1.14.0.gemfile index 058bbe3..412732b 100644 --- a/gemfiles/rubocop_1.14.0.gemfile +++ b/gemfiles/rubocop_1.14.0.gemfile @@ -4,4 +4,4 @@ source "https://rubygems.org" gem "rubocop", "1.14.0" -gemspec :path => "../" +gemspec path: "../" diff --git a/gemfiles/rubocop_1.14.0.gemfile.lock b/gemfiles/rubocop_1.14.0.gemfile.lock index 62df6fd..d9a62f7 100644 --- a/gemfiles/rubocop_1.14.0.gemfile.lock +++ b/gemfiles/rubocop_1.14.0.gemfile.lock @@ -7,7 +7,7 @@ PATH GEM remote: https://rubygems.org/ specs: - appraisal (1.0.3) + appraisal (2.4.1) bundler rake thor (>= 0.14.0) @@ -17,7 +17,7 @@ GEM parser (3.0.2.0) ast (~> 2.4.1) rainbow (3.0.0) - rake (10.5.0) + rake (13.0.6) regexp_parser (2.1.1) rexml (3.2.5) rspec (3.5.0) @@ -53,12 +53,12 @@ PLATFORMS ruby DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) + appraisal (~> 2.4.1) + bundler (>= 2.2.10) + rake (>= 12.3.3) rspec (~> 3.5.0) rubocop (= 1.14.0) rubocop-checkstyle_formatter! BUNDLED WITH - 1.17.3 + 2.2.25 diff --git a/gemfiles/rubocop_1.15.0.gemfile b/gemfiles/rubocop_1.15.0.gemfile index 5408cd5..5b181ed 100644 --- a/gemfiles/rubocop_1.15.0.gemfile +++ b/gemfiles/rubocop_1.15.0.gemfile @@ -4,4 +4,4 @@ source "https://rubygems.org" gem "rubocop", "1.15.0" -gemspec :path => "../" +gemspec path: "../" diff --git a/gemfiles/rubocop_1.15.0.gemfile.lock b/gemfiles/rubocop_1.15.0.gemfile.lock index d81bc26..03b576c 100644 --- a/gemfiles/rubocop_1.15.0.gemfile.lock +++ b/gemfiles/rubocop_1.15.0.gemfile.lock @@ -7,7 +7,7 @@ PATH GEM remote: https://rubygems.org/ specs: - appraisal (1.0.3) + appraisal (2.4.1) bundler rake thor (>= 0.14.0) @@ -17,7 +17,7 @@ GEM parser (3.0.2.0) ast (~> 2.4.1) rainbow (3.0.0) - rake (10.5.0) + rake (13.0.6) regexp_parser (2.1.1) rexml (3.2.5) rspec (3.5.0) @@ -53,12 +53,12 @@ PLATFORMS ruby DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) + appraisal (~> 2.4.1) + bundler (>= 2.2.10) + rake (>= 12.3.3) rspec (~> 3.5.0) rubocop (= 1.15.0) rubocop-checkstyle_formatter! BUNDLED WITH - 1.17.3 + 2.2.25 diff --git a/gemfiles/rubocop_1.16.1.gemfile b/gemfiles/rubocop_1.16.1.gemfile index c09dfa5..618da2d 100644 --- a/gemfiles/rubocop_1.16.1.gemfile +++ b/gemfiles/rubocop_1.16.1.gemfile @@ -4,4 +4,4 @@ source "https://rubygems.org" gem "rubocop", "1.16.1" -gemspec :path => "../" +gemspec path: "../" diff --git a/gemfiles/rubocop_1.16.1.gemfile.lock b/gemfiles/rubocop_1.16.1.gemfile.lock index a2cacb4..11a6d3b 100644 --- a/gemfiles/rubocop_1.16.1.gemfile.lock +++ b/gemfiles/rubocop_1.16.1.gemfile.lock @@ -7,7 +7,7 @@ PATH GEM remote: https://rubygems.org/ specs: - appraisal (1.0.3) + appraisal (2.4.1) bundler rake thor (>= 0.14.0) @@ -17,7 +17,7 @@ GEM parser (3.0.2.0) ast (~> 2.4.1) rainbow (3.0.0) - rake (10.5.0) + rake (13.0.6) regexp_parser (2.1.1) rexml (3.2.5) rspec (3.5.0) @@ -53,12 +53,12 @@ PLATFORMS ruby DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) + appraisal (~> 2.4.1) + bundler (>= 2.2.10) + rake (>= 12.3.3) rspec (~> 3.5.0) rubocop (= 1.16.1) rubocop-checkstyle_formatter! BUNDLED WITH - 1.17.3 + 2.2.25 diff --git a/gemfiles/rubocop_1.17.0.gemfile b/gemfiles/rubocop_1.17.0.gemfile index 0770fce..b8ed260 100644 --- a/gemfiles/rubocop_1.17.0.gemfile +++ b/gemfiles/rubocop_1.17.0.gemfile @@ -4,4 +4,4 @@ source "https://rubygems.org" gem "rubocop", "1.17.0" -gemspec :path => "../" +gemspec path: "../" diff --git a/gemfiles/rubocop_1.17.0.gemfile.lock b/gemfiles/rubocop_1.17.0.gemfile.lock index f96745a..bbf954c 100644 --- a/gemfiles/rubocop_1.17.0.gemfile.lock +++ b/gemfiles/rubocop_1.17.0.gemfile.lock @@ -7,7 +7,7 @@ PATH GEM remote: https://rubygems.org/ specs: - appraisal (1.0.3) + appraisal (2.4.1) bundler rake thor (>= 0.14.0) @@ -17,7 +17,7 @@ GEM parser (3.0.2.0) ast (~> 2.4.1) rainbow (3.0.0) - rake (10.5.0) + rake (13.0.6) regexp_parser (2.1.1) rexml (3.2.5) rspec (3.5.0) @@ -53,12 +53,12 @@ PLATFORMS ruby DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) + appraisal (~> 2.4.1) + bundler (>= 2.2.10) + rake (>= 12.3.3) rspec (~> 3.5.0) rubocop (= 1.17.0) rubocop-checkstyle_formatter! BUNDLED WITH - 1.17.3 + 2.2.25 diff --git a/gemfiles/rubocop_1.18.4.gemfile b/gemfiles/rubocop_1.18.4.gemfile index 9245ea0..2cdd6e2 100644 --- a/gemfiles/rubocop_1.18.4.gemfile +++ b/gemfiles/rubocop_1.18.4.gemfile @@ -4,4 +4,4 @@ source "https://rubygems.org" gem "rubocop", "1.18.4" -gemspec :path => "../" +gemspec path: "../" diff --git a/gemfiles/rubocop_1.18.4.gemfile.lock b/gemfiles/rubocop_1.18.4.gemfile.lock index 861cda3..7468b23 100644 --- a/gemfiles/rubocop_1.18.4.gemfile.lock +++ b/gemfiles/rubocop_1.18.4.gemfile.lock @@ -7,7 +7,7 @@ PATH GEM remote: https://rubygems.org/ specs: - appraisal (1.0.3) + appraisal (2.4.1) bundler rake thor (>= 0.14.0) @@ -17,7 +17,7 @@ GEM parser (3.0.2.0) ast (~> 2.4.1) rainbow (3.0.0) - rake (10.5.0) + rake (13.0.6) regexp_parser (2.1.1) rexml (3.2.5) rspec (3.5.0) @@ -53,12 +53,12 @@ PLATFORMS ruby DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) + appraisal (~> 2.4.1) + bundler (>= 2.2.10) + rake (>= 12.3.3) rspec (~> 3.5.0) rubocop (= 1.18.4) rubocop-checkstyle_formatter! BUNDLED WITH - 1.17.3 + 2.2.25 diff --git a/gemfiles/rubocop_1.19.1.gemfile b/gemfiles/rubocop_1.19.1.gemfile index a9646df..e7113ee 100644 --- a/gemfiles/rubocop_1.19.1.gemfile +++ b/gemfiles/rubocop_1.19.1.gemfile @@ -4,4 +4,4 @@ source "https://rubygems.org" gem "rubocop", "1.19.1" -gemspec :path => "../" +gemspec path: "../" diff --git a/gemfiles/rubocop_1.19.1.gemfile.lock b/gemfiles/rubocop_1.19.1.gemfile.lock index fc35307..e6c3203 100644 --- a/gemfiles/rubocop_1.19.1.gemfile.lock +++ b/gemfiles/rubocop_1.19.1.gemfile.lock @@ -7,7 +7,7 @@ PATH GEM remote: https://rubygems.org/ specs: - appraisal (1.0.3) + appraisal (2.4.1) bundler rake thor (>= 0.14.0) @@ -17,7 +17,7 @@ GEM parser (3.0.2.0) ast (~> 2.4.1) rainbow (3.0.0) - rake (10.5.0) + rake (13.0.6) regexp_parser (2.1.1) rexml (3.2.5) rspec (3.5.0) @@ -53,12 +53,12 @@ PLATFORMS ruby DEPENDENCIES - appraisal (~> 1.0.0) - bundler (~> 1.3) - rake (~> 10.1) + appraisal (~> 2.4.1) + bundler (>= 2.2.10) + rake (>= 12.3.3) rspec (~> 3.5.0) rubocop (= 1.19.1) rubocop-checkstyle_formatter! BUNDLED WITH - 1.17.3 + 2.2.25 diff --git a/rubocop-checkstyle_formatter.gemspec b/rubocop-checkstyle_formatter.gemspec index afe7201..2548b11 100644 --- a/rubocop-checkstyle_formatter.gemspec +++ b/rubocop-checkstyle_formatter.gemspec @@ -19,9 +19,9 @@ Gem::Specification.new do |gem| gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ['lib'] - gem.add_dependency 'rubocop', '>= 0.35.1' - gem.add_development_dependency 'appraisal', '~> 1.0.0' - gem.add_development_dependency 'bundler', '~> 1.3' - gem.add_development_dependency 'rake', '~> 10.1' + gem.add_dependency 'rubocop', '>= 1.14.0' + gem.add_development_dependency 'appraisal', '~> 2.4.1' + gem.add_development_dependency 'bundler', '>= 2.2.10' + gem.add_development_dependency 'rake', '>= 12.3.3' gem.add_development_dependency 'rspec', '~> 3.5.0' end From 88987f349182e0235daec25315ed3eeda5fbcbcd Mon Sep 17 00:00:00 2001 From: Eito Katagiri Date: Thu, 19 Aug 2021 20:32:46 +0000 Subject: [PATCH 3/3] update to 0.5.0 --- README.md | 6 +++--- gemfiles/rubocop_1.14.0.gemfile.lock | 4 ++-- gemfiles/rubocop_1.15.0.gemfile.lock | 4 ++-- gemfiles/rubocop_1.16.1.gemfile.lock | 4 ++-- gemfiles/rubocop_1.17.0.gemfile.lock | 4 ++-- gemfiles/rubocop_1.18.4.gemfile.lock | 4 ++-- gemfiles/rubocop_1.19.1.gemfile.lock | 4 ++-- rubocop-checkstyle_formatter.gemspec | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e72c471..71975d0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # RuboCop Checkstyle Formatter -A formatter for [RuboCop](https://github.com/bbatsov/rubocop) that outputs in checkstyle format. -It requires RuboCop version 0.20.1 or above. +A formatter for [RuboCop](https://github.com/rubocop/rubocop) that outputs in checkstyle format. +It requires RuboCop version 1.14.0 or above. -[![Build Status](https://travis-ci.org/eitoball/rubocop-checkstyle_formatter.svg?branch=master)](https://travis-ci.org/eitoball/rubocop-checkstyle_formatter) +![Build Status](https://github.com/eitoball/rubocop-checkstyle_formatter/actions/workflows/build.yml/badge.svg?branch=master) ## Installation diff --git a/gemfiles/rubocop_1.14.0.gemfile.lock b/gemfiles/rubocop_1.14.0.gemfile.lock index d9a62f7..412ec1f 100644 --- a/gemfiles/rubocop_1.14.0.gemfile.lock +++ b/gemfiles/rubocop_1.14.0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) + rubocop-checkstyle_formatter (0.5.0) + rubocop (>= 1.14.0) GEM remote: https://rubygems.org/ diff --git a/gemfiles/rubocop_1.15.0.gemfile.lock b/gemfiles/rubocop_1.15.0.gemfile.lock index 03b576c..50b869f 100644 --- a/gemfiles/rubocop_1.15.0.gemfile.lock +++ b/gemfiles/rubocop_1.15.0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) + rubocop-checkstyle_formatter (0.5.0) + rubocop (>= 1.14.0) GEM remote: https://rubygems.org/ diff --git a/gemfiles/rubocop_1.16.1.gemfile.lock b/gemfiles/rubocop_1.16.1.gemfile.lock index 11a6d3b..e169bf9 100644 --- a/gemfiles/rubocop_1.16.1.gemfile.lock +++ b/gemfiles/rubocop_1.16.1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) + rubocop-checkstyle_formatter (0.5.0) + rubocop (>= 1.14.0) GEM remote: https://rubygems.org/ diff --git a/gemfiles/rubocop_1.17.0.gemfile.lock b/gemfiles/rubocop_1.17.0.gemfile.lock index bbf954c..cf2277c 100644 --- a/gemfiles/rubocop_1.17.0.gemfile.lock +++ b/gemfiles/rubocop_1.17.0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) + rubocop-checkstyle_formatter (0.5.0) + rubocop (>= 1.14.0) GEM remote: https://rubygems.org/ diff --git a/gemfiles/rubocop_1.18.4.gemfile.lock b/gemfiles/rubocop_1.18.4.gemfile.lock index 7468b23..74a11d7 100644 --- a/gemfiles/rubocop_1.18.4.gemfile.lock +++ b/gemfiles/rubocop_1.18.4.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) + rubocop-checkstyle_formatter (0.5.0) + rubocop (>= 1.14.0) GEM remote: https://rubygems.org/ diff --git a/gemfiles/rubocop_1.19.1.gemfile.lock b/gemfiles/rubocop_1.19.1.gemfile.lock index e6c3203..fe2fe27 100644 --- a/gemfiles/rubocop_1.19.1.gemfile.lock +++ b/gemfiles/rubocop_1.19.1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-checkstyle_formatter (0.4.0) - rubocop (>= 0.35.1) + rubocop-checkstyle_formatter (0.5.0) + rubocop (>= 1.14.0) GEM remote: https://rubygems.org/ diff --git a/rubocop-checkstyle_formatter.gemspec b/rubocop-checkstyle_formatter.gemspec index 2548b11..70698ac 100644 --- a/rubocop-checkstyle_formatter.gemspec +++ b/rubocop-checkstyle_formatter.gemspec @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |gem| gem.name = 'rubocop-checkstyle_formatter' - gem.version = '0.4.0' + gem.version = '0.5.0' gem.authors = ['Eito Katagiri'] gem.email = ['eitoball@gmail.com'] gem.description = 'A formatter for rubocop that outputs in checkstyle format'