Skip to content
New issue

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 TODO/FIXME checker #67

Open
bavovanachte opened this issue May 24, 2018 · 4 comments
Open

Add TODO/FIXME checker #67

bavovanachte opened this issue May 24, 2018 · 4 comments

Comments

@bavovanachte
Copy link
Member

Add a checker for checking source code for TODOs and FIXMEs (as a reference, see http://todos.sourceforge.net/)

@Letme
Copy link
Member

Letme commented Sep 4, 2019

@TacirOzdemir
Copy link
Collaborator

Leasot checker requires installation of npm.

I will search for other python-based checkers

@TacirOzdemir
Copy link
Collaborator

TacirOzdemir commented Sep 5, 2019

TODO checker plugin for flake8

https://pypi.org/project/flake8-todo/

@TacirOzdemir
Copy link
Collaborator

Link : http://todos.sourceforge.net/

Before installation I had to change the todos.sh file

image

The original command was : python3 -m todos "$@"

But that gave me an error that python3 command was not found.

Python file :
image

C file :
image

Test in git bash :
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants