diff options
| author | Mike McQuaid | 2017-10-20 14:10:50 +0100 |
|---|---|---|
| committer | GitHub | 2017-10-20 14:10:50 +0100 |
| commit | 76cd7c79498daf380d99ed7379394618164b602b (patch) | |
| tree | 3c4be45df3b0a4d011422064c084f3e80fba80f7 /Library/.rubocop.yml | |
| parent | a2374cba6cf9a56897f5feeab7f4add661d3c287 (diff) | |
| parent | 487bec957007612956ff97b3912f88768becaa32 (diff) | |
| download | brew-76cd7c79498daf380d99ed7379394618164b602b.tar.bz2 | |
Merge pull request #3319 from reitermarkus/squiggly-heredocs
Use “squiggly” heredocs.
Diffstat (limited to 'Library/.rubocop.yml')
| -rw-r--r-- | Library/.rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index cf6a2a0a2..d1a3860db 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -29,7 +29,7 @@ Layout/IndentArray: EnforcedStyle: special_inside_parentheses Layout/IndentHeredoc: - EnforcedStyle: unindent + EnforcedStyle: squiggly # conflicts with DSL-style path concatenation with `/` Layout/SpaceAroundOperators: |
