Skip to content

Commit

Permalink
Fix RuboCop Layout/TrailingBlankLines cop
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockwaveNN committed Oct 8, 2018
1 parent 2859ef4 commit ce2aa9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .rubocop_todo.yml
Expand Up @@ -32,14 +32,6 @@ Layout/MultilineArrayBraceLayout:
Exclude:
- 'ext/RMagick/extconf.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: final_newline, final_blank_line
Layout/TrailingBlankLines:
Exclude:
- 'spec/rmagick/image/channel_entropy_spec.rb'

# Offense count: 1
Lint/HandleExceptions:
Exclude:
Expand Down
2 changes: 1 addition & 1 deletion spec/rmagick/image/channel_entropy_spec.rb
Expand Up @@ -6,4 +6,4 @@
puts "res = #{res.inspect}"
expect(res).to eq([0.5285857222715863])
end
end
end

0 comments on commit ce2aa9e

Please sign in to comment.