ifmeorg/ifme

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage

Showing 1 of 1 total issue

Avoid immutable Array literals in loops. It is better to extract it into a local variable or a constant.
Open

%w[SECRET_KEY_BASE DEVISE_SECRET_KEY].each do |key|
Severity: Minor
Found in Rakefile by rubocop

There are no issues that match your filters.

Category
Status