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 a91d36d commit d135030
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/aether_observatory/.rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
require:
- rubocop-powerhome

AllCops:
Exclude:
- gemfiles/**/*

Metrics/MethodLength:
Exclude:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ module AetherObservatory
expect(observer_zero.returned_payload).to eq(nil)
expect(observer_both.returned_payload.message).to eq("message")

# Teardown
observer_zero.stop
observer_both.stop
# Teardown
observer_zero.stop
observer_both.stop
end

context "without a prefix" do
Expand Down

0 comments on commit d135030

Please sign in to comment.