sqm-dashboards/.rubocop.yml
rebuilt 4509c157fa Add automated data cleaning. Modify SurveyItemValues class to use regex
instead of hard coded values.  Produce a clean csv and a csv with all
the removed values and columns with reason for removal. Add script for
running cleaning for each project
2023-05-16 13:38:29 -07:00

15 lines
247 B
YAML

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