codeclimate-fixme icon indicating copy to clipboard operation
codeclimate-fixme copied to clipboard

A codeclimate engine for finding things you should fix.

Results 4 codeclimate-fixme issues
Sort by recently updated
recently updated
newest added

Updates line item in `Installation and Usage` section. `codeclimate engines:enable fixme` -> `codeclimate engines:install fixme`

The line item : "Run `codeclimate engines:enable fixme`. This command both installs the engine and enables it in your .codeclimate.yml file." Should be updated to use the `codeclimate engines:install fixme`...

This is a feature request for inline disable support. Something like: `// fixme:disable`.

enhancement