mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
14 lines
195 B
YAML
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
|
|
|
|
|