Skip to content

Commit

Permalink
Merge branch 'christian/rubocopfixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoot committed Jan 16, 2017
2 parents 1b724b8 + d2b09ea commit b1b337b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Metrics/MethodLength:
Style/AccessorMethodName:
Enabled: false

Style/MethodCallParentheses:
Style/MethodCallWithoutArgsParentheses:
Enabled: false

Style/RescueModifier:
Expand Down
1 change: 1 addition & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def helper_error_mode!(mode)
# - then arrays contain, as a FIFO, all the data passed to send(endpoint, data)
def helper_dump
@helper_mutex.synchronize do
# rubocop:disable Security/MarshalLoad
return Marshal.load(Marshal.dump(@helper_sent))
end
end
Expand Down

0 comments on commit b1b337b

Please sign in to comment.