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
Open
def date=(value)
- Read upRead up
- Exclude checks
Use ==
if you meant to do a comparison or wrap the expression in parentheses to indicate you meant to assign in a condition. Open
Open
next nil unless user = message.user
- Read upRead up
- Exclude checks
Use ==
if you meant to do a comparison or wrap the expression in parentheses to indicate you meant to assign in a condition. Open
Open
next [] unless user = message.user
- Read upRead up
- Exclude checks
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
Open
def connect(m)
- Read upRead up
- Exclude checks