-
Function BasicAuthMiddleware has a Cognitive Complexity of 19 (exceeds 12 allowed).
Refer : https://codeclimate.com/github/gofr-dev/gofr/issues?category=complexity&engine_name%5B%5D=structure&engin…
-
Evaluate a SpellCheck engine for our code analysis pipeline https://docs.codeclimate.com/v1.0/docs/shellcheck
-
Ref:
https://github.com/codeclimate/spec
http://docs.codeclimate.com/article/300-the-codeclimate-platform
This should make it easier for the core team as well as third parties to test their code with…
-
I'm using the latest docker image from code climate. Here's what I've tried to get tslint to work with cc:
npm i codeclimate-tslint --save-dev
codeclimate engines:enable tslint
Engine not found. Run …
daudt updated
7 years ago
-
There is a rule on extensions where codeclimate decides which engine to use based on the file extension:
> Furthermore, engines only run their analysis on files with an appropriate file extension f…
-
I'm trying to add `codeclimate.yml` but I'm having problems with rubocop engine.
This is my `codeclimate.yml`:
````yml
version: 2 # required to adjust maintainability checks
checks:
argum…
-
https://codeclimate.com/blog/build-your-own-codeclimate-engine/
Then we can fill their form to suggest the engine: https://codeclimate.com/dev_form/
-
# Problem
Here is the error:
```
An engine timed out
E11
The phpmd engine failed to complete in time.
Engine timeouts are generally caused by either an abnormally large number of files u…
-
Hello,
We're experiencing problem with the engine. In our case, it always turns out to a
> Out of Memory Exception
I modified the engine locally to add some heap space before starting Tailor. I on…
-
Hey climateers,
I'm noticing that for some reason i'm not able to get the codeclimate-rubocop analyzer to be able to find/determine errors.
here's a comparison:
```
% rubocop
Inspecting …