File tree Expand file tree Collapse file tree 4 files changed +23
-20
lines changed
Expand file tree Collapse file tree 4 files changed +23
-20
lines changed Original file line number Diff line number Diff line change 11AllCops :
2- TargetRubyVersion : 2.3
2+ TargetRubyVersion : 2.6
33 Include :
44 - ' Gemfile'
55 - ' Rakefile'
@@ -15,13 +15,10 @@ Documentation:
1515MethodLength :
1616 Enabled : false
1717
18- SpaceInsideBrackets :
19- Enabled : false
20-
2118Style/Alias :
2219 Enabled : false
2320
24- Layout/IndentArray :
21+ Layout/FirstArrayElementIndentation :
2522 Enabled : false
2623
2724HashSyntax :
@@ -33,7 +30,7 @@ Metrics/LineLength:
3330Metrics/BlockLength :
3431 Exclude :
3532 - ' spec/**/*.rb'
36-
33+
3734Metrics/ModuleLength :
3835 CountComments : false # count full line comments?
3936 Max : 200
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Style/GuardClause:
4444 - ' lib/zendesk_apps_support/validations/source.rb'
4545
4646# Offense count: 1
47- Style/OpMethod :
47+ Naming/BinaryOperatorParameterName :
4848 Exclude :
4949 - ' lib/zendesk_apps_support/app_file.rb'
5050
Original file line number Diff line number Diff line change 4141 mini_portile2 (~> 2.6.1 )
4242 racc (~> 1.4 )
4343 parallel (1.12.1 )
44- parser (2.7 .2.0 )
44+ parser (3.0 .2.0 )
4545 ast (~> 2.4.1 )
46- powerpack (0.1.3 )
4746 racc (1.5.2 )
48- rainbow (2.2.2 )
49- rake
50- rake (13.0.3 )
47+ rainbow (3.0.0 )
48+ rake (13.0.6 )
5149 rb-fsevent (0.11.0 )
5250 rb-inotify (0.9.10 )
5351 ffi (>= 0.5.0 , < 2 )
52+ regexp_parser (2.1.1 )
53+ rexml (3.2.5 )
5454 rspec (3.4.0 )
5555 rspec-core (~> 3.4.0 )
5656 rspec-expectations (~> 3.4.0 )
6464 diff-lcs (>= 1.2.0 , < 2.0 )
6565 rspec-support (~> 3.4.0 )
6666 rspec-support (3.4.1 )
67- rubocop (0.49.1 )
67+ rubocop (1.20.0 )
6868 parallel (~> 1.10 )
69- parser (>= 2.3.3.1 , < 3.0 )
70- powerpack (~> 0.1 )
71- rainbow (>= 1.99.1 , < 3.0 )
69+ parser (>= 3.0.0.0 )
70+ rainbow (>= 2.2.2 , < 4.0 )
71+ regexp_parser (>= 1.8 , < 3.0 )
72+ rexml
73+ rubocop-ast (>= 1.9.1 , < 2.0 )
7274 ruby-progressbar (~> 1.7 )
73- unicode-display_width (~> 1.0 , >= 1.0.1 )
75+ unicode-display_width (>= 1.4.0 , < 3.0 )
76+ rubocop-ast (1.11.0 )
77+ parser (>= 3.0.1.1 )
7478 ruby-progressbar (1.11.0 )
7579 sass (3.7.4 )
7680 sass-listen (~> 4.0.0 )
7983 rb-inotify (~> 0.9 , >= 0.9.7 )
8084 sassc (2.4.0 )
8185 ffi (~> 1.9 )
82- unicode-display_width (1.7 .0 )
86+ unicode-display_width (2.0 .0 )
8387
8488PLATFORMS
8589 ruby
@@ -90,8 +94,9 @@ DEPENDENCIES
9094 byebug (~> 9.0.6 )
9195 faker (~> 1.6.6 )
9296 parallel (= 1.12.1 )
97+ rake
9398 rspec (~> 3.4.0 )
94- rubocop ( ~> 0.49.0 )
99+ rubocop
95100 zendesk_apps_support !
96101
97102BUNDLED WITH
Original file line number Diff line number Diff line change @@ -27,10 +27,11 @@ Gem::Specification.new do |s|
2727 s . add_development_dependency 'rspec' , '~> 3.4.0'
2828 s . add_development_dependency 'bump' , '~> 0.5.1'
2929 s . add_development_dependency 'faker' , '~> 1.6.6'
30- s . add_development_dependency 'rubocop' , '~> 0.49.0'
30+ s . add_development_dependency 'rubocop'
3131 s . add_development_dependency 'byebug' , '~> 9.0.6'
3232 s . add_development_dependency 'bundler' , '2.2.26'
3333 s . add_development_dependency 'parallel' , '1.12.1'
34+ s . add_development_dependency 'rake'
3435
3536 s . files = Dir . glob ( '{lib,config}/**/*' ) + %w[ README.md LICENSE ]
3637end
You can’t perform that action at this time.
0 commit comments