-
-
```
== .codeclimate.yml (1 issue) ==
5: fixme found [fixme]
```
-
Hey @mzaccari, I like the gem! I was about do create something similar, because I couldn't find a gem that offered "chore" type migrations, which generally just need to be run once.
What I don't get…
-
I ran scss-lint in codeclimate cli and here is my output. I ran the gem version of scss-lint and it works.
```
$ codeclimate analyze
error: (CC::Analyzer::Engine::EngineFailure) engine scss-lint fail…
-
I get the message below when running `engines:install` in a directory using a YAML file generated by `init` (which is also given below).
```
$ sudo docker pull codeclimate/codeclimate
$ sudo docker r…
-
"codeclimate init" on a JS-heavy project generated
``` yml
---
engines:
coffeelint:
enabled: true
eslint:
enabled: true
csslint:
enabled: true
ratings:
paths:
- "**.coffee"
-…
-
I'm on codeclimate 0.2.8 running the following config:
```
---
engines:
eslint:
enabled: true
csslint:
enabled: false
fixme:
enabled: true
watson:
enabled: true
ratings:
pa…
-
rubocop gem on the command line only scans my app folder for *.rb files.
```
rubocop -R --format files
```
while codeclimate cli will scan image files in app/assets and files in the root of my rail…
-
**Background**: The CLI is awesome and I'm sure people are applying it in all sorts of scenarios. The way I see myself using it most often is while trying to resolve issues in a hot spot.
**Scenerio…
-
The code currently breaks if someone is using new options from eslint.