otwarchive-sunsetarchive/rubocop/rubocop.rb

6 lines
198 B
Ruby
Raw Normal View History

2026-03-17 05:16:49 +00:00
# frozen_string_literal: true
# This comes from GitLab's Rubocop setup
# Auto-require all cops under `rubocop/cop/**/*.rb`
Dir[File.join(__dir__, "cop", "**", "*.rb")].each { |file| require file }