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: f5d16835347dadb0e129579e1469542b6afc06e3 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

unless Rails.env.production?
  require 'rubocop/rake_task'

  RuboCop::RakeTask.new
end