We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What kind of issue is this?
Operating system: Manjaro Linux
PlatformIO Version (platformio --version): 6.1.15
platformio --version
pio check using clang-tidy reports a different number of errors when run with or without the -v flag
-v
pio check
pio check -v
Different number of errors reported
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
The text was updated successfully, but these errors were encountered:
valeros
No branches or pull requests
What kind of issue is this?
If you’ve found a bug, please provide an information below.
Configuration
Operating system: Manjaro Linux
PlatformIO Version (
platformio --version
): 6.1.15Description of problem
pio check using clang-tidy reports a different number of errors when run with or without the
-v
flagSteps to Reproduce
pio check
pio check -v
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
The text was updated successfully, but these errors were encountered: