chore: generate new rubocop.yml file and add rubocop dependencies to gemfile

This commit is contained in:
nelson 2025-02-14 21:25:46 -08:00
parent e14c71a595
commit 86b0ac9bbf
4 changed files with 902 additions and 72 deletions

View file

@ -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