Skip to content

Commit

Permalink
Merge pull request #7005 from elanthia-online/rubocop-update
Browse files Browse the repository at this point in the history
chore: sync up with EO\lich5 and EO\scripts rubocop
  • Loading branch information
MahtraDR authored Dec 10, 2024
2 parents 7f5ef2f + e824281 commit 07b664d
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
AllCops:
TargetRubyVersion: 3.2
SuggestExtensions: false
TargetRubyVersion: 3.3
NewCops: disable
Include:
- '**/*.lic'
- '**/*.rb'

Naming/FileName:
Layout/ClosingHeredocIndentation:
Enabled: false

Naming/AccessorMethodName:
Enabled: false

Naming/PredicateName:
Layout/EmptyLineAfterGuardClause:
Enabled: false

Style:
Layout/EndOfLine:
Enabled: false

Layout/FirstHashElementIndentation:
EnforcedStyle: consistent

Layout/HashAlignment:
EnforcedHashRocketStyle: table

Layout/EndOfLine:
Layout/HeredocIndentation:
Enabled: false

Layout/LineLength:
Expand Down Expand Up @@ -49,6 +50,18 @@ Metrics/ModuleLength:

Metrics/PerceivedComplexity:
Enabled: false

Metrics/ParameterLists:
Enabled: false

Naming:
Enabled: false

Security/Eval:
Enabled: false

Security/MarshalLoad:
Enabled: false

Style:
Enabled: false

0 comments on commit 07b664d

Please sign in to comment.