-
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…
-
Use ESLint instead of JSHint.
> This is a personal preference.
-
We have .coffeelint.json config file in our project, but engine don't use it
-
If I run codeclimate with the latest credo (v1.0) I get the error:
```
error: (CC::CLI::Analyze::EngineFailure) engine credo failed with status 1 and stderr
** (UndefinedFunctionError) function Cre…
Eptis updated
5 years ago
-
I cannot determine if this is an issue with how codeclimate generates the config.json or an issue with codeclimate-cppcheck so it may be related to [this](https://github.com/antiagainst/codeclimate-cp…
-
I am working on triggering code quality tests on multiple GitLab repositories from the CI/CD flow of a single GitLab project. We have decided on a .codeclimate.yml configuration that should work for a…
-
It would be great to add support for [slim-lint](https://github.com/sds/slim-lint). Any idea if/when that would be possible?
-
% docker login
```
…
Login Succeeded
```
% brew install codeclimate
```
==> Fetching codeclimate/formulae/codeclimate
==> Downloading https://github.com/codeclimate/codeclimate/archive/v0.91…
-
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…
-
Following on from #308, since https://github.com/rubocop/rubocop/releases/tag/v1.25.0 has been released in the meantime
Hi, we'd like to update the version of RuboCop we install to match the latest…