nsweeting/qpush

View on GitHub
bin/qpush-web

Summary

Maintainability
Test Coverage

Missing space after #.
Open

#Rack::Handler::Puma.run QPush::Web::Server
Severity: Minor
Found in bin/qpush-web 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