Skip to content

Commit 6fcb9e5

Browse files
committed
fixup! chore(deps): update dependency rubocop to v1.86.0
1 parent eff77aa commit 6fcb9e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/app/.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ Style/HashTransformKeys:
6060
Style/HashTransformValues:
6161
Enabled: true
6262

63+
Style/OneClassPerFile:
64+
Exclude:
65+
- ios/test_app.rb
66+
- test/test_test_app.rb
67+
6368
Style/TrailingCommaInArrayLiteral:
6469
EnforcedStyleForMultiline: comma
6570

0 commit comments

Comments
 (0)