From 3f453c31e98b6e152c663578290a5e721032fe46 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Thu, 16 Apr 2020 12:37:53 +0200 Subject: [PATCH] Updated rubocop(-* gems) to latest version (0.82.0). --- .rubocop.yml | 10 +--------- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 5ad97b3e8..20ae2605a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -11,6 +11,7 @@ inherit_from: - .rubocop_todo.rspec.yml AllCops: + NewCops: enable DisplayCopNames: true Exclude: - 'bin/rails' @@ -244,15 +245,6 @@ Lint/InterpolationCheck: - "test/unit/ticket_trigger_test.rb" - "test/unit/ticket_trigger_recursive_disabled_test.rb" -Lint/RaiseException: - Description: Checks for `raise` or `fail` statements which are raising `Exception` class. - StyleGuide: "#raise-exception" - Enabled: true - -Lint/StructNewOverride: - Description: "Disallow overriding the `Struct` built-in methods via `Struct.new`." - Enabled: true - # RSpec tests Style/NumericPredicate: Description: >- diff --git a/Gemfile.lock b/Gemfile.lock index e66d603b1..b012dca67 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -355,7 +355,7 @@ GEM omniauth (~> 1.5) omniauth-oauth2 (>= 1.4.0) parallel (1.19.1) - parser (2.7.1.0) + parser (2.7.1.1) ast (~> 2.4.0) pg (0.21.0) pluginator (1.5.0) @@ -449,7 +449,7 @@ GEM rspec-support (~> 3.8.0) rspec-support (3.8.0) rszr (0.5.2) - rubocop (0.81.0) + rubocop (0.82.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.7.0.1) @@ -526,7 +526,7 @@ GEM faraday (~> 0.9) jwt (>= 1.5, <= 2.5) nokogiri (>= 1.6, < 2.0) - tzinfo (1.2.6) + tzinfo (1.2.7) thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3)