Skip to content

Fix a Rubocop predicate name problem

Evan Read requested to merge eread/fix-rubocop-predicate-name-production into master

Renames a function to satisfy: https://docs.rubocop.org/rubocop/cops_naming.html#namingpredicatename

In this case: is_production? => production?

Merge request reports