ManageIQ/manageiq-automation_engine

View on GitHub
lib/miq_automation_engine/engine/miq_ae_engine/miq_ae_reference.rb

Summary

Maintainability
A
0 mins
Test Coverage
B
86%

Use String#include? instead of a regex match with literal-only pattern.
Open

      elsif /MiqAeMethodService::/.match?(value.class.to_s)

Use String#include? instead of a regex match with literal-only pattern.
Open

      elsif /MiqAePassword/.match?(value.class.to_s)

There are no issues that match your filters.

Category
Status