cookstyle icon indicating copy to clipboard operation
cookstyle copied to clipboard

ChefModernize/DefaultActionFromInitialize false positive

Open tas50 opened this issue 4 years ago • 0 comments

False positive with this in a library:

  def log_vars(action, status)
    @type = 'cpe_nomad'
    @action = action
    @status = status
  end

tas50 avatar Jul 31 '20 04:07 tas50