vinistock/sail

View on GitHub
app/models/sail/setting.rb

Summary

Maintainability
A
0 mins
Test Coverage

Class Setting has 22 methods (exceeds 20 allowed). Consider refactoring.
Wontfix

  class Setting < ApplicationRecord
    class UnexpectedCastType < StandardError; end

    FULL_RANGE = (0...100).freeze
    AVAILABLE_MODELS = Dir[Rails.root.join("app/models/*.rb")]
Severity: Minor
Found in app/models/sail/setting.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status