Skip to content

Commit

Permalink
YNGJ-1058: rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
dutchess committed Dec 17, 2024
1 parent d135030 commit 8ed9d1e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions packages/aether_observatory/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ require:
- rubocop-powerhome

AllCops:
Exclude:
- gemfiles/**/*
TargetRubyVersion: 3.0

Metrics/MethodLength:
Exclude:
- spec/**/*_spec.rb
- spec/**/*_spec.rb

Style/FrozenStringLiteralComment:
Exclude:
- 'gemfiles/*'

Bundler/OrderedGems:
Exclude:
- 'gemfiles/*'

0 comments on commit 8ed9d1e

Please sign in to comment.