Updated rubocop(-* gems) to latest version (0.82.0).

This commit is contained in:
Thorsten Eckel 2020-04-16 12:37:53 +02:00
parent 562c842c8a
commit 3f453c31e9
2 changed files with 4 additions and 12 deletions

View file

@ -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: >-

View file

@ -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)