> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/code-quality/code-quality-overview.md).

# Code Quality Overview

## Code Quality - Current **Scope**&#x20;

Code Quality is currently works by adding comments on newly introduced PRs. Over time, Aikido will add support for IDE and will allow to scan the entire codebase.

## Setup Code Quality

{% content-ref url="/spaces/yKbzcQGrx7UtrG0nPZZ7/pages/RYZG5Loj4cVx7ibbwszK" %}
[Code Quality Setup](/~/revisions/SGhJfnCIOpxRjx1gC1k5/code-quality/code-quality-setup.md)
{% endcontent-ref %}

## Customize Scanning

{% content-ref url="/spaces/yKbzcQGrx7UtrG0nPZZ7/pages/ciSrPopp6tzVhwPcHjtp" %}
[Add Custom Code Rules](/~/revisions/SGhJfnCIOpxRjx1gC1k5/code-quality/add-custom-code-rules.md)
{% endcontent-ref %}

{% content-ref url="/spaces/yKbzcQGrx7UtrG0nPZZ7/pages/QRM3zrTTGojbe4vdVAdr" %}
[Add Extra Code Context](/~/revisions/SGhJfnCIOpxRjx1gC1k5/code-quality/add-extra-code-context.md)
{% endcontent-ref %}

{% content-ref url="/pages/zM9cpCYm3FltJJrzQKKM" %}
[Ignore with .aikido Files](/~/revisions/SGhJfnCIOpxRjx1gC1k5/code-scanning/scanning-practices/ignore-via-code-with-aikido-files.md)
{% endcontent-ref %}

## Supported Languages

We constantly increase our language support. Click below to see all supported languages

<details>

<summary>Supported Languages Code Quality</summary>

* ABAP (SAP)
* angular
* Ansible
* Apex (Salesforce)
* C/C++
* C#
* Clojure
* COBOL
* ColdFusion
* Dart
* Delphi
* Elixir
* Erlang
* go
* Groovy
* Haskell
* Java
* JS
* JSON
* Julia
* Kotlin
* Kubernetes / Helm charts
* Lua
* MySQL
* OCaml
* Pascal
* perl
* PHP
* PL/SQL
* PowerShell
* PY
* R
* react
* Ruby
* Rust
* Scala
* shell
* Solidity
* SQL
* svelte
* Swift/Objective-C
* Terraform
* TS
* Visual Basic
* vue
* YAML
* Zig

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/code-quality/code-quality-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
