ifmeorg/ifme

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage

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