Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 251 Bytes

object_length_linter.md

File metadata and controls

11 lines (6 loc) · 251 Bytes

Pattern: Object name is too long

Issue: -

Description

Checks that function and variable names are not too long (default: 30 characters).

Further Reading