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
The generated Makefile for my project throws an error when the lint option is used and flake8 detects some errors.
To fix the problem in my Makefile I have used the option of flake8: --exit-zero
This could be included in the template to build the Makefiles
What I Did
The command:
make lint
generated the error:
make: *** [lint] Error 1
The text was updated successfully, but these errors were encountered:
Description
The generated Makefile for my project throws an error when the lint option is used and flake8 detects some errors.
To fix the problem in my Makefile I have used the option of flake8: --exit-zero
This could be included in the template to build the Makefiles
What I Did
The command:
generated the error:
make: *** [lint] Error 1
The text was updated successfully, but these errors were encountered: