Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/styles/config/vocabularies/Codacy/accept.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Agentlinter
aligncheck
allowlist
Ameba
Expand Down
40 changes: 33 additions & 7 deletions docs/codacy-guardrails/codacy-guardrails-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,38 @@ Codacy Guardrails supports Visual Studio Code, Cursor, and Windsurf.

### Built-in Scanners

- Trivy
- Semgrep
- Agentlinter
- Bandit
- Biome
- Brakeman
- Checkov
- Checkstyle
- Cppcheck
- detekt
- ESLint
- Pylint
- Flawfinder
- Hadolint
- Jackson Linter
- Lizard
- markdownlint
- Opengrep
- PMD
- dartanalyzer
- [Lizard](https://docs.codacy.com/release-notes/cloud/cloud-2025-02-adding-ruff-lizard/#lizard)
- Prospector
- Pylint
- Reek
- Revive
- RuboCop
- Ruff
- Scalastyle
- ShellCheck
- Spectral
- SQLFluff
- SQLint
- Stylelint
- SwiftLint
- Trivy

For what each tool checks and the languages it covers, see [Supported languages and tools](../getting-started/supported-languages-and-tools.md).

## How to install - Quick Guide (VSCode) {: id="how-to-install-quick-guide"}

Expand Down Expand Up @@ -254,14 +278,16 @@ Codacy Guardrails supports IntelliJ IDEA, PyCharm, PhpStorm, and other IDEs in t
### Built-in Scanners

- Trivy
- Semgrep
- Opengrep
- ESLint
- Pylint
- PMD
- dartanalyzer
- [Lizard](https://docs.codacy.com/release-notes/cloud/cloud-2025-02-adding-ruff-lizard/#lizard)
- Lizard
- Revive

For what each tool checks and the languages it covers, see [Supported languages and tools](../getting-started/supported-languages-and-tools.md).

## How to install - WSL (JetBrains) {: id="how-to-install-wsl"}

Windows support for JetBrains IDEs relies on WSL. If you're on Windows and using a VSCode-based IDE, you don't need any of this: [follow the quick guide](#how-to-install-quick-guide) instead.
Expand Down
Loading