app/views/layouts/_fact_card.haml
Expected a newline at the end of the file. Open
Open
%span= description
- Create a ticketCreate a ticket
- Exclude checks
Files should end with a trailing newline Open
Open
- if description.present?
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
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 ) |