.
\ No newline at end of file
diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md
index 94b6fe81d2..559443fe46 100644
--- a/docs/release-notes/index.md
+++ b/docs/release-notes/index.md
@@ -21,6 +21,7 @@ For product updates that are in progress or planned [visit the Codacy public roa
### 2026 {.release-series}
+- [Adding Oxlint as new supported tool September, 2026](cloud/cloud-2026-09-adding-oxlint.md)
- [Cloud August 2026](cloud/cloud-2026-08.md)
- [Cloud July 2026](cloud/cloud-2026-07.md)
- [Support for Shellcheck configuration file - July, 2026](cloud/cloud-2026-07-adding-shellcheck-config-file.md)
diff --git a/docs/repositories-configure/configuring-code-patterns.md b/docs/repositories-configure/configuring-code-patterns.md
index 300cc92d4b..8537529e09 100644
--- a/docs/repositories-configure/configuring-code-patterns.md
+++ b/docs/repositories-configure/configuring-code-patterns.md
@@ -246,6 +246,12 @@ The table below lists the configuration file names that Codacy detects and suppo
| Apex, C++, C#, Dockerfile, Elixir, GitHub Actions, Go, Java, JavaScript, Kotlin, PHP, Python, Ruby, Rust, Scala, Shell, Swift, Terraform, TypeScript |
.semgrep.yaml |
|
+
+
+ | Oxlint |
+ JavaScript, TypeScript |
+ .oxlintrc.json, .oxlintrc.jsonc, oxlint.config.json, oxlint.config.jsonc |
+ |
| PHP CS Fixer |
diff --git a/mkdocs.yml b/mkdocs.yml
index 57c45285e5..7a590acd3c 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -775,6 +775,7 @@ nav:
- release-notes/index.md
- Cloud:
- 2026:
+ - release-notes/cloud/cloud-2026-09-adding-oxlint.md
- release-notes/cloud/cloud-2026-08.md
- release-notes/cloud/cloud-2026-07.md
- release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md