Skip to content

Commit e4d09aa

Browse files
Add PHP CS Fixer and Support Checkov Configuration files
1 parent 7e8faa1 commit e4d09aa

4 files changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
rss_title: Codacy release notes RSS feed
3+
rss_href: /feed_rss_created.xml
4+
---
5+
6+
7+
# Adding PHP CS Fixer as new supported tool – July 2026
8+
9+
10+
## PHP CS Fixer
11+
12+
We're excited to announce support for [PHP-CS-Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer), a popular tool that fixes your PHP code to follow standard coding style rules. With this addition, Codacy can now automatically analyze your PHP projects for style violations and report them directly in your dashboard.
13+
14+
**How it works:**
15+
16+
- PHP-CS-Fixer runs as a fully integrated Codacy engine, so there's nothing to install or configure locally.
17+
- Simply enable the tool in your repository settings and Codacy will run it automatically as part of your regular analysis.
18+
- You can configure rules directly through the Codacy UI, or use your repository's own `.php-cs-fixer.dist.php` (or `.php-cs-fixer.php`) file — if specific patterns are selected in Codacy, those take precedence over the repository's config file.
19+
20+
**To get started:**
21+
22+
1. Go to your repository settings in Codacy.
23+
2. Enable PHP CS Fixer under the list of supported tools.
24+
3. Select the patterns you'd like to enforce, or rely on your repository's existing configuration file.
25+
26+
Refer to our [documentation](https://github.com/codacy/codacy-php-cs-fixer) for detailed setup instructions.
27+
28+
29+
## Now Checkov supports configuration files
30+
31+
Codacy now recognizes `.checkov.yaml` and `.checkov.yml` as valid Checkov configuration files. If your repository already has one of these files, Codacy will automatically pick it up during analysis — but don't forget, you need to enable the configuration file in the Repository > Code Patterns > Checkov > "Use Checkov configuration file found in the repository"
32+
33+
![Enable Checkov configuration file](../images/checkov-configuration-file.png)
34+
35+
36+
If you have any questions or need help, please contact <mailto:support@codacy.com>.
27.1 KB
Loading

docs/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ For product updates that are in progress or planned [visit the Codacy public roa
1919

2020
### 2026 {.release-series}
2121

22+
- [Adding PHP CS Fixer and Add Support to Checkov Configuration files July, 2026](cloud/cloud-2026-07-adding-phpcsfixer-checkov-config-files.md)
2223
- [PHP_CodeSniffer Upgrade and Legacy Package Deprecations July, 2026](cloud/cloud-2026-07-remove-codesniffer-packages.md)
2324
- [Cloud June 2026](cloud/cloud-2026-06.md)
2425
- [Cloud May 2026](cloud/cloud-2026-05.md)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ nav:
748748
- release-notes/index.md
749749
- Cloud:
750750
- 2026:
751+
- release-notes/cloud/cloud-2026-07-adding-phpcsfixer-checkov-config-files.md
751752
- release-notes/cloud/cloud-2026-07-remove-codesniffer-packages.md
752753
- release-notes/cloud/cloud-2026-06.md
753754
- release-notes/cloud/cloud-2026-05.md

0 commit comments

Comments
 (0)