Skip to content

Files

Latest commit

 

History

History
22 lines (13 loc) · 408 Bytes

banned-characters.md

File metadata and controls

22 lines (13 loc) · 408 Bytes

Pattern: Use of restricted character

Issue: -

Description

Checks given banned characters in identifiers(func, var, const). Comments are not checked.

Configuration

This rule requires a slice of strings, the characters to ban.

Example:

[rule.banned-characters]
  arguments =["Ω","Σ","σ"]

Further Reading