mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
chore: generate new rubocop.yml file and add rubocop dependencies to gemfile
This commit is contained in:
parent
e14c71a595
commit
86b0ac9bbf
4 changed files with 902 additions and 72 deletions
16
.rubocop.yml
16
.rubocop.yml
|
|
@ -1,15 +1 @@
|
|||
inherit_from: ~/.rubocop.yml
|
||||
|
||||
AllCops:
|
||||
TargetRubyVersion: 3.1
|
||||
Lint/ShadowingOuterLocalVariable:
|
||||
Enabled: false
|
||||
|
||||
Metrics/ClassLength:
|
||||
Enabled: false
|
||||
|
||||
Style/Documentation:
|
||||
Enabled: false
|
||||
|
||||
Style/StringLiterals:
|
||||
EnforcedStyle: double_quotes
|
||||
inherit_from: .rubocop_todo.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue