ManageIQ/manageiq-ui-classic

View on GitHub
app/services/automate_import_service.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

        namespace_or_class.match(/\.class/)

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

        namespace_or_class.match(/\.class/)

There are no issues that match your filters.

Category
Status