Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 254 Bytes

no-octal-literal.md

File metadata and controls

11 lines (6 loc) · 254 Bytes

Pattern: Use of octal literal

Issue: -

Description

Do not use octal literals or escaped octal sequences.

Further Reading