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"
March 17, 2024 ยท View on GitHub
severity: warning
A = "2"
The file should end on a blank line.
Add a new blank line at the end of the file
A = "2"