Skip to content

Commit

Permalink
no rubocop on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
shua123 committed Aug 29, 2016
1 parent 46ae5f2 commit 3dcf9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/rubocop.rake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if Rails.env != 'production'
if Rails.env != 'production' and Rails.env != 'staging'
require 'rubocop/rake_task'
desc 'Run rubocop'
task :rubocop do
Expand Down

0 comments on commit 3dcf9c5

Please sign in to comment.