mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 12:46:07 +10:00
Almost all cops are starting as disabled until we can fix their violations.
6 lines
88 B
Ruby
6 lines
88 B
Ruby
unless Rails.env.production?
|
|
require 'rubocop/rake_task'
|
|
|
|
RuboCop::RakeTask.new
|
|
end
|