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

rubocop.rb « rubocop - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08e09747ae2625d9dec835f83478fd5ac375f8c8 (plain)
1
2
3
4
# frozen_string_literal: true

# Auto-require all cops under `rubocop/cop/**/*.rb`
Dir[File.join(__dir__, 'cop', '**', '*.rb')].each(&method(:require))