veloper/zeusd

View on GitHub
lib/zeusd/process.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status