sqm-dashboards/.rubocop.yml
2022-07-15 16:54:59 -07:00

14 lines
195 B
YAML

inherit_from: ~/.rubocop.yml
AllCops:
TargetRubyVersion: 3.1
Lint/ShadowingOuterLocalVariable:
Enabled: false
Metrics/ClassLength:
Enabled: false
Style/Documentation:
Enabled: false