bloomberg/kafka-cookbook

View on GitHub
libraries/kafka_service.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method action_enable has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def action_enable
        notifying_block do
          package new_resource.package_name do
            version new_resource.version unless new_resource.version.nil?
            only_if { new_resource.install_method == 'package' }
Severity: Minor
Found in libraries/kafka_service.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status