mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
Address issue #1254 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
28 lines
350 B
YAML
28 lines
350 B
YAML
---
|
|
engines:
|
|
rubocop:
|
|
enabled: true
|
|
duplication:
|
|
enabled: true
|
|
metrics:
|
|
enabled: true
|
|
coverage:
|
|
enabled: false
|
|
cppcheck:
|
|
enabled: true
|
|
options:
|
|
suppress:
|
|
- missingIncludeSystem
|
|
|
|
languages:
|
|
|
|
ignore:
|
|
- "style"
|
|
|
|
exclude_paths:
|
|
- "fuzz/**/*"
|
|
- "fuzz/*"
|
|
- "scripts/**/*"
|
|
- "scripts/*"
|
|
- "**.md"
|