veloper/zeusd

View on GitHub

Showing 1 of 1 total issue

Class Process has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Process
    CASTINGS = {
      "pid"     => ->(x){x.to_i},
      "ppid"    => ->(x){x.to_i},
      "pgid"    => ->(x){x.to_i},
Severity: Minor
Found in lib/zeusd/process.rb - About 2 hrs to fix
    Severity
    Category
    Status
    Source
    Language