andypike/rectify

View on GitHub

Showing 121 of 125 total issues

Rectify::FormatAttributesHash#underscore_key has the parameter name 'k'
Open

    def underscore_key(k)
Severity: Minor
Found in lib/rectify/format_attributes_hash.rb by reek

An Uncommunicative Parameter Name is a parameter name that doesn't communicate its intent well enough.

Poor names make it hard for the reader to build a mental picture of what's going on in the code. They can also be mis-interpreted; and they hurt the flow of reading, because the reader must slow down to interpret the names.

Severity
Category
Status
Source
Language