Pattern: Trailing newline
Issue: -
Files should have a single trailing newline.
Examples of correct code:
let a = 0
Examples of incorrect code:
let a = 0
let a = 0
Pattern: Trailing newline
Issue: -
Files should have a single trailing newline.
Examples of correct code:
let a = 0
Examples of incorrect code:
let a = 0
let a = 0