-
@afeld
I have https://github.com/noqcks/codeclimate-bandit up and took some inspiration from here, so thank you!
It's live as an engine on codeclimate - https://codeclimate.com/changelog/154100…
-
It would be great to have yardstick as a Code Climate Engine.
https://github.com/codeclimate/spec
http://blog.codeclimate.com/blog/2015/07/07/build-your-own-codeclimate-engine/
-
https://codeclimate.com/github/etisdew/ls-avengers/issues?category=duplication&engine_name%5B%5D=structure&engine_name%5B%5D=duplication
CodeClimate has access to my branch, I wanted to check with …
ghost updated
6 years ago
-
Looking at the code, it seems like this engine suffers the same logic error in XML node walking as https://github.com/codeclimate/codeclimate-csslint/pull/18.
The result of this bug is that issues pr…
-
This is how I run codeclimate.
$ docker run -it --rm --env CODECLIMATE_CODE="/code" -v "$PWD":/code -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/cc:/tmp/cc codeclimate/codeclimate analy…
-
It's my first code climate run, and it's stuck on `duplication` engine.
```sh
>$ codeclimate analyze
```
gives
```
Starting analysis
Running structure: Done!
Running duplication: Done!
erro…
-
On https://codeclimate.com/repos//builds/\, if I expand the rubocop output:
> Channel rubocop-1-18-3 not found for rubocop, available channels: ["stable", "cache-support", "rubocop-0-42", "rubocop-…
-
Hi, I noticed that there are some code climate maintainability issues. Is it desirable to refactor the codebase to boost up the score? If so, I can try and take a look into this.
- [Ruby complexity…
-
Pipelines failing
```
Digest: sha256:3b3383f8f0199f8dfab9fc3a31fe003029e04c4f655d077871f0d205e5b09082
Status: Downloaded newer image for codeclimate/codeclimate-shellcheck:latest
/home/app/bin/eng…
-
The standard gems added in #351 are currently blocking rubocop updates, just by being referenced in the Gemfile:
- rubocop is up to 1.51.0 but standard requires "~> 1.50.2".
- rubocop-performance is…