-
-
Notifications
You must be signed in to change notification settings - Fork 799
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
platformio check
returns different results with verbose on and off
#3631
Comments
Thanks for the quick fix! It works better than before. I'm seeing a new problem, but I'm not sure if it's "my fault".
If I move the "libraries" into the For reference, here is the project. |
@ademuri do you use the latest PIO Core dev version? Please re-run The latest version should say that there is no "../constants" package in the registry. Also, please check the docs how to use local folders for |
What kind of issue is this
If you’ve found a bug, please provide an information below.
You can erase any parts of this template not applicable to your Issue.
Configuration
Operating system: Ubuntu 20.04
PlatformIO Version (
platformio --version
): 4.3.4Description of problem
The results from
platformio check
vary depending on whether-v
(verbose) is specified. In this case, no-verbose says thatcppcheck
failed:verbose says that it passes, but appears to report a result:
I expect that these should return the same result. Additionally, the platform species
--std=gnu++11
, as specified in the error, so I'm not sure why that error is shown.The text was updated successfully, but these errors were encountered: