realityforge/knife-cookbook-doc

View on GitHub
lib/knife_cookbook_doc/attributes_model.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method load_descriptions has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def load_descriptions
      resource_data = IO.read(@filename)

      # find all attributes
      resource_data.gsub(/#{ATTRIBUTE_REGEX}/) do
Severity: Minor
Found in lib/knife_cookbook_doc/attributes_model.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status