mashirozx/mastodon

View on GitHub
app/lib/admin/metrics/retention.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method perform_query has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def perform_query
    sql = <<-SQL.squish
      SELECT axis.*, (
        WITH new_users AS (
          SELECT users.id
Severity: Minor
Found in app/lib/admin/metrics/retention.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status