Skip to content

Commit 5936f02

Browse files
author
kaptron
committed
add rubocop-daemon support
see https://github.com/fohte/rubocop-daemon
1 parent 3a3f68d commit 5936f02

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ group :development do
180180
gem 'guard', require: false
181181
gem 'guard-rspec', require: false
182182
gem 'rubocop', require: false
183+
gem 'rubocop-daemon', require: false
183184
gem 'spring'
184185
gem 'spring-commands-rspec'
185186
gem 'spring-watcher-listen', '~> 2.0.0'

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,8 @@ GEM
489489
rainbow (>= 2.2.2, < 4.0)
490490
ruby-progressbar (~> 1.7)
491491
unicode-display_width (>= 1.4.0, < 1.7)
492+
rubocop-daemon (0.3.2)
493+
rubocop
492494
ruby-next-core (0.9.2)
493495
ruby-progressbar (1.10.1)
494496
ruby_dep (1.5.0)
@@ -669,6 +671,7 @@ DEPENDENCIES
669671
rolify (~> 5.2.0)
670672
rspec-rails (~> 3.9)
671673
rubocop
674+
rubocop-daemon
672675
sass-rails (~> 5.0)
673676
schmooze
674677
scout_apm

0 commit comments

Comments
 (0)