pyticks
pyticks copied to clipboard
Turn all the FIXME and TODO comments in your code to GitHub issues.
APIs keep changing - I don't see much value in keeping the API integration around. Instead, this tool will simplly become a pre-commit hook. It will have a nonzero exit...
For controlling things like: - [ ] patterns that trigger issues (like FIXME or TODO) - [ ] files/paths to ignore a la gitignore - [ ] rules for skipping...
- Depending on the extensions of the file, the script should be able topick up the right comment characters/strings.
- The user should be able to specify what prefixes to use for issues, notjust the string "FIXME" but arbitrary strings.- The user should be able to specify git branches...
- the script should only look for issues in commits that don't exist in theremote- users should be warned if an identical issue already exists (same user,same title)FIXME: Make it...