# Please keep AllCops, Bundler, Style, Metrics groups and then order cops # alphabetically inherit_from: - https://raw.githubusercontent.com/hanami/devtools/main/.rubocop.yml Layout/LineLength: Exclude: - 'spec/**/*.rb' Metrics/AbcSize: Exclude: - 'spec/**/*.rb'