oelint.spaces.lineend
March 17, 2024 ยท View on GitHub
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"
March 17, 2024 ยท View on GitHub
severity: warning
A = "2"<space>
Additional spaces at the end of a line do not add value, they should be avoided.
A = "2"