Hi,I work on project that need to be build inside docker. Not all headers are available outside. I can extract them but way better will be if I it will be not needed.
To build project I run : sudo docker .... make -f Makefile.custom
Can I use that flycheck or any other code checker to see my mistakes while coding?