From 5a18613d3de9a4b773bd6e8349d64f573131b311 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 02:16:04 +0000 Subject: [PATCH 1/2] Bump rubocop from 0.75.1 to 0.76.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.75.1 to 0.76.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.75.1...v0.76.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 25c7c6a..fb90d4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ PATH allure-ruby-commons (2.13.1) json (>= 1.8, < 3) mime-types (~> 3.3) - require_all (~> 2.0) + require_all (>= 2, < 4) uuid (~> 2.3) GEM @@ -60,7 +60,7 @@ GEM method_source (0.9.2) mime-types (3.3) mime-types-data (~> 3.2015) - mime-types-data (3.2019.0904) + mime-types-data (3.2019.1009) mini_portile2 (2.4.0) multi_json (1.13.1) multi_test (0.1.2) @@ -74,7 +74,7 @@ GEM method_source (~> 0.9.0) rainbow (3.0.0) rake (13.0.0) - require_all (2.0.0) + require_all (3.0.0) reverse_markdown (1.3.0) nokogiri rspec (3.9.0) @@ -90,7 +90,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.0) - rubocop (0.75.1) + rubocop (0.76.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.6) From 018baccbbe87516e9a4c636e780861443eff344f Mon Sep 17 00:00:00 2001 From: Andrejs Cunskis Date: Mon, 4 Nov 2019 20:06:11 +0200 Subject: [PATCH 2/2] Fix updated cop names --- .rubocop.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 9eb0ac6..c040b56 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -570,16 +570,16 @@ Lint/UnderscorePrefixedVariableName: Lint/UnifiedInteger: Enabled: true -Lint/UnneededCopDisableDirective: +Lint/RedundantCopDisableDirective: Enabled: true -Lint/UnneededCopEnableDirective: +Lint/RedundantCopEnableDirective: Enabled: true -Lint/UnneededSplatExpansion: +Lint/RedundantSplatExpansion: Enabled: true -Lint/UnneededRequireStatement: +Lint/RedundantRequireStatement: Enabled: true Lint/UnreachableCode: @@ -1461,19 +1461,19 @@ Style/TrivialAccessors: Style/UnlessElse: Enabled: true -Style/UnneededCapitalW: +Style/RedundantCapitalW: Enabled: true -Style/UnneededCondition: +Style/RedundantCondition: Enabled: true -Style/UnneededInterpolation: +Style/RedundantInterpolation: Enabled: true -Style/UnneededPercentQ: +Style/RedundantPercentQ: Enabled: true -Style/UnneededSort: +Style/RedundantSort: Enabled: true Style/UnpackFirst: