Skip to content
New issue

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

pio check reports different errors if run with -v flag #4943

Open
1 task done
simgunz opened this issue Jun 29, 2024 · 0 comments
Open
1 task done

pio check reports different errors if run with -v flag #4943

simgunz opened this issue Jun 29, 2024 · 0 comments

Comments

@simgunz
Copy link

simgunz commented Jun 29, 2024

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

  1. Run pio check
  2. One medium error reported
  3. Run pio check -v
  4. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants