ManageIQ/manageiq-ui-classic

View on GitHub
config/initializers/assets.rb

Summary

Maintainability
A
0 mins
Test Coverage
D
66%

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

  path =~ %r{app/assets} && !%w(.js .css).include?(File.extname(filename))
Severity: Minor
Found in config/initializers/assets.rb by rubocop

There are no issues that match your filters.

Category
Status