codeclimate/codeclimate-yaml

View on GitHub
lib/cc/yaml/nodes/engine_list.rb

Summary

Maintainability
A
0 mins
Test Coverage

Use the return of the conditional for variable assignment and comparison.
Open

          if message
            message = message << ". #{GENERIC_ERROR_MESSAGE}"
          else
            message = GENERIC_ERROR_MESSAGE
          end
Severity: Minor
Found in lib/cc/yaml/nodes/engine_list.rb by rubocop

There are no issues that match your filters.

Category
Status