steem-third-party/ganymede

View on GitHub
app/views/discussions/index.rss.builder

Summary

Maintainability
Test Coverage

(...) interpreted as grouped expression.
Open

        xml.pubDate (d[:timestamp] || d[:created]).to_s(:rfc822)

Checks for space between the name of a called method and a left parenthesis.

Example:

# bad

puts (x + y)

Example:

# good

puts(x + y)

(...) interpreted as grouped expression.
Open

        xml.guid (d[:slug] || "#{d[:author]}/#{d[:permlink]}")

Checks for space between the name of a called method and a left parenthesis.

Example:

# bad

puts (x + y)

Example:

# good

puts(x + y)

There are no issues that match your filters.

Category
Status