codeforamerica/ohana-web-search

View on GitHub
app/controllers/concerns/cacheable.rb

Summary

Maintainability
A
0 mins
Test Coverage
D
66%

Cacheable#latest_commit_hash doesn't depend on instance state (maybe move it to another class?)
Open

  def latest_commit_hash
Severity: Minor
Found in app/controllers/concerns/cacheable.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

There are no issues that match your filters.

Category
Status