yegor256/0rsk

View on GitHub
objects/tasks.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method query has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def query(query)
    Rsk::Query.new(
      @pgsql,
      [
        'SELECT * FROM (SELECT DISTINCT ON (task.id) task.id, task.plan,',
Severity: Minor
Found in objects/tasks.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status