Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1004 Bytes

Configuration-Examples:-forbidden.md

File metadata and controls

32 lines (21 loc) · 1004 Bytes

forbidden Examples

# reject `m_data`
# - vxworks defined it: https://github.com/qtproject/qt-solutions/blame/fb7bc42bfcc578ff3fa3b9ca21a41e96eb37c1c7/qtscriptclassic/src/qscriptbuffer_p.h#L46
\bm_data\b

# Javascript
\bJavascript\b

# MicroSoft

\bMicroSoft\b

# Duplicate words

# Reject duplicate words
\b(\w{3,})\s\g{-1}\b

See also

Notes

  • forbidden operate on a per line basis
  • there is no support for multiline patterns, see Feature: Block Ignore for my current thoughts

FAQ | Showcase | Event descriptions | Configuration information | Known Issues | Possible features | Deprecations | Release notes | Helpful scripts