-
Notifications
You must be signed in to change notification settings - Fork 29
Linter issues when including headers in subdirectories #205
Comments
It should work if you rename |
Sorry, it was a typo. Its name is already |
Okay, attempting to reproduce locally. |
Hmmm, looks like |
I uploaded here an archive with a minimal example. You'll also find the Commands:
|
@Arcanemagus I updated my setup to |
I have the same issue. Has anyone resolved it? |
|
Considering the following directory structure:
If
BarLib.h
contains#include "FooLib.h"
, and the flag-I/absolute/path/to/FooLib
is present in its target entry incompile_commands.json
, this atom Atom package generates an error in theBarLib.h
file, not finding theFooLib.h
header.Main.cpp
instead works as expected, only the subfolders suffer from this problem.The text was updated successfully, but these errors were encountered: