1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

standard 1.0, update format exceptions

This commit is contained in:
Mike Perham 2021-03-05 11:23:49 -08:00
parent 90190e0dc4
commit 7b2bbeec3f
2 changed files with 16 additions and 21 deletions

View file

@ -1,5 +1,5 @@
ruby_version: 2.5.0
fix: false
fix: true
parallel: true
ignore:
- test/**/*
@ -8,13 +8,8 @@ ignore:
- 'lib/sidekiq.rb':
- Lint/InheritException
- 'lib/sidekiq/extensions/**/*':
- Style/MethodMissingSuper
- Style/MissingRespondToMissing
- 'lib/**/*':
- Naming/AsciiIdentifiers
- Lint/RescueException
- Security/YAMLLoad
- Naming/AccessorMethodName
- Naming/MethodName
- Style/GlobalVars
- Style/Alias

View file

@ -72,7 +72,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
ast (2.4.1)
ast (2.4.2)
builder (3.2.4)
codecov (0.2.8)
json
@ -104,7 +104,7 @@ GEM
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
parallel (1.20.1)
parser (2.7.2.0)
parser (3.0.0.0)
ast (~> 2.4.1)
rack (2.2.3)
rack-test (1.1.0)
@ -138,23 +138,23 @@ GEM
rainbow (3.0.0)
rake (13.0.1)
redis (4.2.5)
regexp_parser (2.0.0)
regexp_parser (2.1.1)
rexml (3.2.4)
rubocop (1.4.2)
rubocop (1.11.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.1.1)
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.3.0)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
rubocop-performance (1.9.1)
rubocop-performance (1.10.1)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.10.1)
ruby-progressbar (1.11.0)
simplecov (0.19.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
@ -167,15 +167,15 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
standard (0.10.2)
rubocop (= 1.4.2)
rubocop-performance (= 1.9.1)
standard (1.0.1)
rubocop (= 1.11.0)
rubocop-performance (= 1.10.1)
thor (1.0.1)
thread_safe (0.3.6)
toxiproxy (1.0.3)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
unicode-display_width (2.0.0)
websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)