znamenica/dneslov

View on GitHub
app/models/glorify_info.rb

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Incorrect indentation detected (column 0 instead of 3).
Open

#   about: has_many
Severity: Minor
Found in app/models/glorify_info.rb by rubocop

This cops checks the indentation of comments.

Example:

# bad
  # comment here
def method_name
end

  # comment here
a = 'hello'

# yet another comment
  if true
    true
  end

# good
# comment here
def method_name
end

# comment here
a = 'hello'

# yet another comment
if true
  true
end

There are no issues that match your filters.

Category
Status