Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 206 Bytes

semicolon_terminator_linter.md

File metadata and controls

11 lines (6 loc) · 206 Bytes

Pattern: Unnecessary ;

Issue: -

Description

Checks that no semicolons terminate statements.

Further Reading