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"

Contents

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