Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rubocop.rake « tasks « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ddfaf5d51f281225a717c4fe8ef4e8ce4dc1a0e7 (plain)
1
2
3
4
unless Rails.env.production?
  require 'rubocop/rake_task'
  RuboCop::RakeTask.new
end