oelint.newline.eof

March 17, 2024 ยท View on GitHub

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"

Contents

  1. 1Example
  2. 2Why is this bad?
  3. 3Ways to fix it