Skip to content

Commit

Permalink
Merge pull request #293 from NREL/fix-rubocop-requirement
Browse files Browse the repository at this point in the history
Fix install_gems requirement of rspec and rubocop.
  • Loading branch information
rHorsey authored Feb 28, 2018
2 parents 468992a + 2ec111e commit 66a9b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/tasks/rubocop.rake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# *******************************************************************************

namespace :rubocop do
if Rails.env != 'production' && Rails.env != 'docker'
if Rails.env != 'production' && Rails.env != 'docker' && Rails.env != 'local'
require 'rubocop/rake_task'

desc 'Run Rubocop on the server directory'
Expand Down

0 comments on commit 66a9b1a

Please sign in to comment.