cre-ne-jp/log-archiver

View on GitHub

Showing 44 of 45 total issues

Method ChannelBrowse::Day#date= is defined at both app/models/channel_browse/day.rb:13 and app/models/channel_browse/day.rb:50.
Open

def date=(value)
Severity: Minor
Found in app/models/channel_browse/day.rb by rubocop

Use == if you meant to do a comparison or wrap the expression in parentheses to indicate you meant to assign in a condition.
Open

next nil unless user = message.user
Severity: Minor
Found in lib/ircs/plugins/base.rb by rubocop

Use == if you meant to do a comparison or wrap the expression in parentheses to indicate you meant to assign in a condition.
Open

next [] unless user = message.user
Severity: Minor
Found in lib/ircs/plugins/base.rb by rubocop

Unused method argument - m. If it's necessary, use _ or _m as an argument name to indicate that it won't be used. You can also write as connect(*) if you want the method to accept any arguments but don't care about them.
Open

def connect(m)
Severity: Minor
Found in lib/ircs/plugins/channel_sync.rb by rubocop
Severity
Category
Status
Source
Language