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
Expand Up @@ -61,6 +61,7 @@ OAuth
onboarding
Opengrep
PHP_CodeSniffer
PHP CS Fixer
PHPUnit
plaintext
PMD
Expand Down
15 changes: 14 additions & 1 deletion docs/getting-started/supported-languages-and-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,8 @@ The table below lists all languages that Codacy supports and the corresponding t
<tr>
<td>PHP</td>
<td>.php</td>
<td><a href="https://github.com/squizlabs/PHP_CodeSniffer">PHP_CodeSniffer</a>,
<td><a href="https://github.com/php-cs-fixer/php-cs-fixer">PHP CS Fixer</a>,
<a href="https://github.com/squizlabs/PHP_CodeSniffer">PHP_CodeSniffer</a>,
<a href="https://phpmd.org/">PHP Mess Detector</a>,
<a href="https://github.com/opengrep/opengrep/">Opengrep</a> <a href="#opengrep"><sup>1</sup></a></td>
<td>-</td>
Expand Down Expand Up @@ -756,6 +757,10 @@ The following table lists the Codacy GitHub repositories corresponding to each s
</thead>
<tbody>
<tr>
<td><a href="https://github.com/seojoonkim/agentlinter">AgentLinter</a></td>
<td><a href="https://github.com/codacy/codacy-agentlinter" class="skip-vale">codacy/codacy-agentlinter</a></td>
</tr>
<tr>
<td><a href="https://gitlab.com/opennota/check">aligncheck</a> <a href="#client-side"><sup>3</sup></a></td>
<td><a href="https://github.com/codacy/codacy-aligncheck" class="skip-vale">codacy/codacy-aligncheck</a></td>
</tr>
Expand Down Expand Up @@ -848,6 +853,10 @@ The following table lists the Codacy GitHub repositories corresponding to each s
<td><a href="https://github.com/codacy/codacy-markdownlint" class="skip-vale">codacy/codacy-markdownlint</a></td>
</tr>
<tr>
<td><a href="https://github.com/codacy/codacy-php-cs-fixer">PHP CS Fixer</a></td>
<td><a href="https://github.com/codacy/codacy-php-cs-fixer" class="skip-vale">codacy/codacy-php-cs-fixer</a></td>
</tr>
<tr>
<td><a href="https://github.com/squizlabs/PHP_CodeSniffer">PHP_CodeSniffer</a></td>
<td><a href="https://github.com/codacy/codacy-codesniffer" class="skip-vale">codacy/codacy-codesniffer</a></td>
</tr>
Expand Down Expand Up @@ -920,6 +929,10 @@ The following table lists the Codacy GitHub repositories corresponding to each s
<td><a href="https://github.com/codacy/codacy-sqlint" class="skip-vale">codacy/codacy-sqlint</a></td>
</tr>
<tr>
<td><a href="https://github.com/sqlfluff/sqlfluff">SQLFluff</a></td>
<td><a href="https://github.com/codacy/codacy-sqlfluff" class="skip-vale">codacy/codacy-sqlfluff</a></td>
</tr>
<tr>
<td><a href="https://staticcheck.io">Staticcheck</a> <a href="#client-side"><sup>3</sup></a></td>
<td><a href="https://github.com/codacy/codacy-staticcheck" class="skip-vale">codacy/codacy-staticcheck</a></td>
</tr>
Expand Down
1 change: 1 addition & 0 deletions docs/repositories-configure/codacy-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ jacksonlinter
lizard
markdownlint
phpcs
phpcsfixer
phpmd
pmd
pmd-7
Expand Down
32 changes: 24 additions & 8 deletions docs/repositories-configure/configuring-code-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The table below lists the configuration file names that Codacy detects and suppo
<td></td>
</tr>
<tr>
<td><a href="https://docs.openstack.org/bandit/latest/config.html">Bandit</a></td>
<td>Bandit</td>
Comment thread
DMarinhoCodacy marked this conversation as resolved.
<td>Python</td>
<td><code>bandit.yml</code>, <code>bandit.yaml</code>, <code>.bandit</code>, <code>bandit.toml</code>, <code>bandit.ini</code></td>
<td>To solve flagged valid Python "assert" statements, create a <code>bandit.yml</code> on the root of the repository containing: <code>skips: \['B101'\]</code></td>
Expand All @@ -132,6 +132,12 @@ The table below lists the configuration file names that Codacy detects and suppo
<td>Ruby</td>
<td><code>config/brakeman.yml</code></td>
<td></td>
</tr>
<tr>
Comment thread
DMarinhoCodacy marked this conversation as resolved.
<td>Checkov</td>
<td>YAML, Terraform, JSON</td>
<td><code>.checkov.yaml</code>, <code>.checkov.yml</code></td>
<td></td>
</tr>
<tr>
<td>Checkstyle</td>
Expand Down Expand Up @@ -186,9 +192,21 @@ The table below lists the configuration file names that Codacy detects and suppo
<td>Markdown</td>
<td><code>.markdownlint.yml</code>, <code>.markdownlint.yaml</code>, <code>.markdownlint.jsonc</code>, <code>.markdownlint.json</code></td>
<td></td>
</tr>
<tr>
Comment thread
DMarinhoCodacy marked this conversation as resolved.
<td>Opengrep</td>
<td>Apex, C++, C#, Dockerfile, Elixir, GitHub Actions, Go, Java, JavaScript, Kotlin, PHP, Python, Ruby, Rust, Scala, Shell, Swift, Terraform, TypeScript</td>
<td><code>.semgrep.yaml</code></td>
<td></td>
</tr>
<tr>
<td><a href="https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage">PHP_CodeSniffer</a></td>
<td>PHP CS Fixer</td>
<td>PHP</td>
<td><code>.php-cs-fixer.dist.php</code>, <code>.php-cs-fixer.php</code></td>
<td></td>
</tr>
<tr>
<td>PHP_CodeSniffer</td>
Comment thread
DMarinhoCodacy marked this conversation as resolved.
<td>PHP</td>
<td><code>phpcs.xml</code>, <code>phpcs.xml.dist</code></td>
<td></td>
Expand Down Expand Up @@ -247,10 +265,10 @@ The table below lists the configuration file names that Codacy detects and suppo
<td><code>scalastyle-config.xml</code>, <code>scalastyle_config.xml</code></td>
<td></td>
</tr>
<tr>
<td>Opengrep</td>
<td>Apex, C++, C#, Dockerfile, Elixir, GitHub Actions, Go, Java, JavaScript, Kotlin, PHP, Python, Ruby, Rust, Scala, Shell, Swift, Terraform, TypeScript</td>
<td><code>.semgrep.yaml</code></td>
<tr>
Comment thread
DMarinhoCodacy marked this conversation as resolved.
<td>Shellcheck</td>
<td>Shell</td>
<td><code>.shellcheckrc</code></td>
<td></td>
</tr>
<tr>
Expand Down Expand Up @@ -308,7 +326,6 @@ The table below lists the configuration file names that Codacy detects and suppo
Codacy doesn't support configuration files for the following tools:

- Aligncheck
- Checkov
- Clang-Tidy
- Codacy Scalameta Pro
- CoffeeLint
Expand All @@ -319,7 +336,6 @@ The table below lists the configuration file names that Codacy detects and suppo
- Jackson Linter
- Lizard
- PSScriptAnalyzer
- ShellCheck
- SQLint
- Staticcheck
- Trivy
Expand Down
Loading