Growstuff/growstuff

View on GitHub
app/views/harvests/_harvest.haml

Summary

Maintainability
Test Coverage

Expected a newline at the end of the file.
Open

  = render 'harvests/thumbnail', harvest: harvest

Files should end with a trailing newline
Open

- else

HamlLint/FinalNewline

Files should always have a final newline. This results in better diffs when adding lines to the file, since SCM systems such as git won't think that you touched the last line if you append to the end of a file.

You can customize whether or not a final newline exists with the present option.

Configuration Option Description
present Whether a final newline should be present (default true)

There are no issues that match your filters.

Category
Status