Chalarangelo/30-seconds-of-code

View on GitHub

Showing 4,375 of 4,375 total issues

TODO found
Open

# Returns the count of matches for the word "TODO" in each file

TODO found
Open

git grep "TODO" --and "FIXME"

TODO found
Open

git grep -c "TODO"

TODO found
Open

# Returns all files that contain the word "TODO" followed by any characters

TODO found
Open

# Returns all files in the commit with the hash `3050fc0` that contain the word "TODO"

TODO found
Open

# Returns all files in the `master` branch that contain the word "TODO"

TODO found
Open

# Returns all files that contain the word "TODO" with line numbers

TODO found
Open

[TODO Highlight](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight) simplifies tracking leftover tasks by allowing you to list all of your TODO annotations, as well as adding a handy background highlight to them to make them pop out immediately.

TODO found
Open

# Returns all files that contain the word "TODO"

TODO found
Open

git grep "TODO.*"

TODO found
Open

# Returns all files that contain either the word "TODO" or "FIXME"

TODO found
Open

git grep "TODO" -- "*.js"

TODO found
Open

git grep "TODO" -- "*.[jt]s"

TODO found
Open

git grep "TODO" master

TODO found
Open

[TODO Highlight](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight) simplifies tracking leftover tasks by allowing you to list all of your TODO annotations, as well as adding a handy background highlight to them to make them pop out immediately.

TODO found
Open

# Returns all files that contain the word "TODO" in any case

TODO found
Open

# Returns all files with a `.js` extension that contain the word "TODO"

TODO found
Open

git grep "TODO" -- src/

FIXME found
Open

git grep "TODO" --or "FIXME"

FIXME found
Open

# Returns all files that contain either the word "TODO" or "FIXME"
Severity
Category
Status
Source
Language