sqm-dashboards/.rubocop.yml

12 lines
193 B
YAML

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