# Code Quality Overview

## Code Quality - Current **Scope**

Code Quality currently works by adding comments on newly introduced PRs.

## Setup Code Quality

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

## Customize Scanning

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

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

{% content-ref url="/pages/2bPdLOUICTIuiDt51ghF" %}
[Ignoring Specific Lines](/code-quality/ignoring-specific-lines.md)
{% endcontent-ref %}

{% content-ref url="/pages/zM9cpCYm3FltJJrzQKKM" %}
[Configure scanning with .aikido files](/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
* OpenEdge
* 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: 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:

```
GET https://help.aikido.dev/code-quality/code-quality-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
