Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 209 Bytes

oelint.newline.eof.md

File metadata and controls

21 lines (13 loc) · 209 Bytes

oelint.newline.eof

severity: warning

Example

A = "2"

Why is this bad?

The file should end on a blank line.

Ways to fix it

Add a new blank line at the end of the file

A = "2"