brundage/thermostat

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage

Missing space after #.
Open

#gem 'rpi_gpio', path: '~/work/rpi_gpio'
Severity: Minor
Found in Gemfile by rubocop

This cop checks whether comments have a leading space after the # denoting the start of the comment. The leading space is not required for some RDoc special syntax, like #++, #--, #:nodoc, =begin- and =end comments, "shebang" directives, or rackup options.

Example:

# bad
#Some comment

# good
# Some comment

There are no issues that match your filters.

Category
Status