Static analysis tool that finds FIXME, TODO, BUG, etc. comments in your code.
npm install codeclimate-fixmecodeclimate-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.
1. npm i codeclimate-fixme
2. fixme [table|json|sarif] [path]