lukaszraczylo/salt-lint

View on GitHub
lib/salt-lint/printer.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method print has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def self.print(msg_type = 'info', message = 'no message specified', debug_level = 0)
    prefix  = nil
    show    = true
    kill    = false
    case msg_type
Severity: Minor
Found in lib/salt-lint/printer.rb - About 1 hr to fix

There are no issues that match your filters.

Category
Status