Skip to content

Commit 275bde8

Browse files
committed
Consistent trailing commas
1 parent 8c15d36 commit 275bde8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Style/Documentation:
99
Metrics/MethodLength:
1010
Exclude:
1111
- test/**/*_test.rb
12+
Style/TrailingCommaInArguments:
13+
EnforcedStyleForMultiline: consistent_comma
1214

1315
Layout/LineLength:
1416
Exclude:

test/diffcrypt/rails/encrypted_configuration_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def configuration
1010
config_path: "#{__dir__}/../../fixtures/example.yml.enc",
1111
key_path: "#{__dir__}/../../fixtures/master.key",
1212
env_key: 'RAILS_MASTER_KEY',
13-
raise_if_missing_key: false
13+
raise_if_missing_key: false,
1414
)
1515
end
1616

0 commit comments

Comments
 (0)