codeclimate-fixme
v0.0.2
Published
Static analysis tool that finds FIXME, TODO, BUG, etc. comments in your code.
Downloads
5
Readme
Code Climate FIXME CLI
codeclimate-fixme
is a CLI that performs a case-sensitive search for the following strings in your project:
TODO
FIXME
HACK
BUG
XXX
These strings are things you should fix now, not later.
Installation & Usage
npm i codeclimate-fixme
fixme [table|json|sarif] [path]