Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 355 Bytes

LongLiteralWithLowerCaseL.md

File metadata and controls

18 lines (11 loc) · 355 Bytes

Pattern: Use of letter l (ell)

Issue: -

Description

A lowercase L (l) can look similar to a number 1 with some fonts.

Example of violations:

def x = 1l
def y = 55l

Further Reading