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: 78ffccc9d0658678c6eddc3f5dd60c3c43543219 (plain)
1
2
3
4
5
unless Rails.env.production?
  require 'rubocop/rake_task'

  RuboCop::RakeTask.new
end