Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Milan
diaspora
Commits
6e845eb2
Commit
6e845eb2
authored
Oct 13, 2015
by
Jonne Haß
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not enforce lambda { } for multiline [ci skip]
parent
b68daaec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.rubocop.yml
.rubocop.yml
+5
-0
No files found.
.rubocop.yml
View file @
6e845eb2
...
...
@@ -105,6 +105,11 @@ Style/SpaceInsideHashLiteralBraces:
Style/BlockDelimiters
:
Enabled
:
false
# Enforcing -> would be nice, but not at the cost of enforcing lambda { } for
# multiline lambdas.
Style/Lambda
:
Enabled
:
false
# do / end blocks should be used for side effects,
# methods that run a block for side effects and have
# a useful return value are rare, assign the return
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment