You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run python "C:/Program Files/Python39/Scripts/cppclean" --include-path-non-system="D:/testlib/src" . from the src folder, I get the following result:
.\testlib\test.cpp: should #include header file '.\testlib\test.h'
If the includes are not bunched together in the code, cppclean fails to identify some includes that are present and raises a warning.
Example:
Error:
file.cc: should #include header file 'file.h'
The text was updated successfully, but these errors were encountered: