Chalarangelo/30-seconds-of-code

View on GitHub

Showing 4,375 of 4,375 total issues

TODO found
Open

git grep "TODO"

TODO found
Open

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

TODO found
Open

## TODO Highlight

TODO found
Open

# Returns all files that contain both the word "TODO" and "FIXME"

TODO found
Open

git grep -l "TODO"

FIXME found
Open

# Returns all files that contain both the word "TODO" and "FIXME"

TODO found
Open

git grep "TODO" -- :^vendors/

TODO found
Open

git grep -n "TODO"

TODO found
Open

# Returns all files in the `src/` directory that contain the word "TODO"

TODO found
Open

git grep "TODO" HEAD~1

TODO found
Open

# Returns all files in the previous commit that contain the word "TODO"

TODO found
Open

# Returns all files that contain the word "TODO", excluding files in the `vendors/` directory

TODO found
Open

# Returns only the file names that contain the word "TODO"

FIXME found
Open

// FIXME: Consider this feature experimental and treat it with caution.

TODO found
Open

git grep "TODO" --or "FIXME"
Severity
Category
Status
Source
Language