crowdAI/crowdai

View on GitHub
app/queries/comments_digest_query.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method sql has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def sql
    %Q[
      SELECT c.id AS id
        FROM comments c,
             email_preferences p
Severity: Minor
Found in app/queries/comments_digest_query.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status