natydev/fitbark

View on GitHub
lib/fitbark/data/dog_info.rb

Summary

Maintainability
A
0 mins
Test Coverage

Fitbark::Data::DogInfo#breed1 has the name 'breed1'
Open

      def breed1
Severity: Minor
Found in lib/fitbark/data/dog_info.rb by reek

An Uncommunicative Method Name is a method 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.

Fitbark::Data::DogInfo#breed2 has the name 'breed2'
Open

      def breed2
Severity: Minor
Found in lib/fitbark/data/dog_info.rb by reek

An Uncommunicative Method Name is a method 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.

Trailing whitespace detected.
Open

    # Original attribute names from source API:  
Severity: Minor
Found in lib/fitbark/data/dog_info.rb by rubocop

There are no issues that match your filters.

Category
Status