We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a checker for checking source code for TODOs and FIXMEs (as a reference, see http://todos.sourceforge.net/)
The text was updated successfully, but these errors were encountered:
https://github.com/pgilad/leasot
Sorry, something went wrong.
Leasot checker requires installation of npm.
I will search for other python-based checkers
TODO checker plugin for flake8
https://pypi.org/project/flake8-todo/
Link : http://todos.sourceforge.net/
Before installation I had to change the todos.sh file
The original command was : python3 -m todos "$@"
But that gave me an error that python3 command was not found.
Python file :
C file :
Test in git bash :
TacirOzdemir
No branches or pull requests
Add a checker for checking source code for TODOs and FIXMEs (as a reference, see http://todos.sourceforge.net/)
The text was updated successfully, but these errors were encountered: