Skip to content

Commit

Permalink
Merge pull request #1328 from kmuto/expected-heredoc
Browse files Browse the repository at this point in the history
テストコードで期待値が複数行でわかりにくい箇所にはヒアドキュメントを使う
  • Loading branch information
kmuto authored Jun 10, 2019
2 parents 3328886 + 35d53df commit 0624981
Show file tree
Hide file tree
Showing 10 changed files with 2,317 additions and 274 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,10 @@ Layout/SpaceInsideStringInterpolation:
Layout/TrailingBlankLines:
Enabled: true

Layout/TrailingWhitespace:
Enabled: true
AllowInHeredoc: true

#### Metrics

Metrics/BlockNesting:
Expand Down
Loading

0 comments on commit 0624981

Please sign in to comment.