Code linting using SonarLint VSCode extension
Posted: Tue Jul 25, 2023 8:13 am
Hello. To make projects look more clean we use SolarLint extension that helps us prevent silly mistakes.
One of the issues I notice is that I am getting frequent warnings such as:
Even though I have include:
Can someone help me understand what could be the issue and why it is not working properly?
One of the issues I notice is that I am getting frequent warnings such as:
Code: Select all
"call to undeclared function 'gpio_set_level'; ISO C99 and later do not support implicit function declarations",
Code: Select all
#include "driver/gpio.h"
Can someone help me understand what could be the issue and why it is not working properly?