mirror of
https://github.com/Mudlet/Mudlet
synced 2026-08-13 18:26:27 -04:00
<!-- Keep the title short & concise so anyone non-technical can
understand it,
the title appears in PTB changelogs -->
#### Brief overview of PR changes/additions
Disable the "Poorly documented large function" warning, since it mostly
triggers on our LuaInterface functions, which are documented externally.
#### Motivation for adding to Mudlet
Too high of a rate for false positives.
#### Other info (issues closed, discussion etc)
6 lines
97 B
YAML
6 lines
97 B
YAML
paths-ignore:
|
|
- 3rdparty
|
|
|
|
query-filters:
|
|
- exclude:
|
|
id: cpp/poorly-documented-function
|