2021-10-26 14:09:19 -04:00
|
|
|
# rubocop:disable Naming/FileName
|
2020-02-16 19:09:21 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
# Auto-require all cops under `rubocop/cop/**/*.rb`
|
2021-01-06 07:10:58 -05:00
|
|
|
Dir[File.join(__dir__, 'cop', '**', '*.rb')].sort.each(&method(:require))
|
2021-10-26 14:09:19 -04:00
|
|
|
|
|
|
|
# rubocop:enable Naming/FileName
|