martinandert/gql

View on GitHub
example/lib/app/helper.rb

Summary

Maintainability
D
1 day
Test Coverage

Method queries has 270 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def queries
      [{
        name: 'Details on the first 10 songs',
        value: <<-QUERY.strip_heredoc
          {
Severity: Major
Found in example/lib/app/helper.rb - About 1 day to fix

    File helper.rb has 326 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    require 'active_record'
    require 'gql'
    
    module App
      module Helper
    Severity: Minor
    Found in example/lib/app/helper.rb - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status