Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 218 Bytes

oelint.spaces.lineend.md

File metadata and controls

19 lines (12 loc) · 218 Bytes

oelint.spaces.lineend

severity: warning

Example

A = "2"<space>

Why is this bad?

Additional spaces at the end of a line do not add value, they should be avoided.

Ways to fix it

A = "2"