Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Fix some hound warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei12942 committed Jul 16, 2018
1 parent 3605d47 commit ec9219e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions 2355/2/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# rubocop:disable Layout/ElseAlignment
# rubocop:disable Layout/Tab
# rubocop:disable Layout/TrailingWhitespace
top_words = 30
name_b = 'MC Неизвестный'

OptionParser.new do |opts|
opts.on('--top-bad-words=') do |bad|
Expand Down
2 changes: 1 addition & 1 deletion 2355/2/top_words.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def initialize(battler)
@top_words = {}
end

# This method smells of :reek:NestedIterators
# This method smells of :reek:NestedIterators
# This method smells of :reek:TooManyStatements
# This method smells of :reek:UncommunicativeVariableName
def check_all_words
Expand Down

0 comments on commit ec9219e

Please sign in to comment.