Skip to content

Commit 9190597

Browse files
Merge branch 'master' into enable-rubocop-in-ci
2 parents b8f1ee1 + 798d3e6 commit 9190597

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1476
-1318
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ publish/
77
Gemfile.lock
88
.bundle
99
bin/
10+
.idea

.rubocop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ Lint/AssignmentInCondition:
1212

1313
Style/ParallelAssignment:
1414
Enabled: false
15+
16+
Style/TrailingCommaInLiteral:
17+
EnforcedStyleForMultiline: comma
18+
19+
Style/TrailingCommaInArguments:
20+
EnforcedStyleForMultiline: comma

0 commit comments

Comments
 (0)