platformio/platformio-core
在 GitHub 查看pio check reports different errors if run with -v flag
Open
#4,943 创建于 2024年6月29日
help wantedstatic analysis
仓库指标
- Star
- (7,329 star)
- PR 合并指标
- (平均合并 109天 16小时) (30 天内合并 5 个 PR)
描述
What kind of issue is this?
- PlatformIO Core. If you’ve found a bug, please provide an information below.
Configuration
Operating system: Manjaro Linux
PlatformIO Version (platformio --version): 6.1.15
Description of problem
pio check using clang-tidy reports a different number of errors when run with or without the -v flag
Steps to Reproduce
- Run
pio check - One medium error reported
- Run
pio check -v - One high and one medium error reported
Actual Results
Different number of errors reported
Expected Results
Same number of errors reported
Source file to reproduce issue: Minimal example to reproduce the error: https://github.com/simgunz/platformio-linter-problems/releases/tag/cppcoreguidelines-init-variables-v1