platform
platform copied to clipboard
Code Climate Engineering Data Platform
It appears that #20 intended to remove `other_locations` as superseded by `trace`, but it left the old entry (only) in the example JSON object. An expanded section describing `other_locations` was...
It would be great if you could provide an official [JSON Schema](https://json-schema.org/) for the engine json file.
I've [started on](https://github.com/jwsloan/codeclimate-repolinter) an Engine for [todogroup/repolinter](https://github.com/todogroup/repolinter). Repolinter checks for the existence of specific files, content within files, and performs a few other helpful checks against a repo. It should...
This spec only seems to provide any mechanism for engines analysing source files, not commit messages. Is that right, and if so, please could it be extended to allow analysis...
We want to generate the right `fingerprint` values from [ruff](https://github.com/astral-sh/ruff) for integration with [gitlab code quality](https://docs.gitlab.com/ee/ci/testing/code_quality.html#implement-a-custom-tool) ([PR](https://github.com/astral-sh/ruff/pull/7203/files)). The question is, on what information should the fingerprint be based? If we...
At this moment the current format does not allow a rule to return a link to the documentation about it. Basically we need an optional `url` or type string. As...
In https://github.com/codeclimate/platform/blob/master/spec/analyzers/SPEC.md#contents `Contents` field is a hash with a single `body` key. Why? Why not just make it a string?