https://github.com/redhog/fixme
Simple too to extracts FIXME comments from source code
https://github.com/redhog/fixme
Last synced: over 1 year ago
JSON representation
Simple too to extracts FIXME comments from source code
- Host: GitHub
- URL: https://github.com/redhog/fixme
- Owner: redhog
- Created: 2013-04-07T22:14:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-08T21:44:39.000Z (over 13 years ago)
- Last Synced: 2025-02-12T07:54:07.665Z (over 1 year ago)
- Language: Python
- Homepage: http://redhog.org/Fixme
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple too to extracts FIXME comments from source code. Supports both normal one-liners like
# FIXME: This is broken
as well as a more complex format allowing tagging and categorization of problems:
# #### fixme ####
# name = 'foo'
# blahonga = """xx
# yy
# zz"""
# naja = 1
# #### end ####