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
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
rss_title: Codacy release notes RSS feed
rss_href: /feed_rss_created.xml
---

# Support for Shellcheck configuration file - July, 2026

Check failure on line 6 in docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'ShellCheck' instead of 'Shellcheck'. Raw Output: {"message": "[Vale.Terms] Use 'ShellCheck' instead of 'Shellcheck'.", "location": {"path": "docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md", "range": {"start": {"line": 6, "column": 15}}}, "severity": "ERROR"}

We’ve upgraded how Shellcheck works on Codacy! While you previously had to configure Shellcheck analysis directly through the Codacy UI, you can now manage your settings using a configuration file.

Check failure on line 8 in docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'ShellCheck' instead of 'Shellcheck'. Raw Output: {"message": "[Vale.Terms] Use 'ShellCheck' instead of 'Shellcheck'.", "location": {"path": "docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md", "range": {"start": {"line": 8, "column": 86}}}, "severity": "ERROR"}

Check failure on line 8 in docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'ShellCheck' instead of 'Shellcheck'. Raw Output: {"message": "[Vale.Terms] Use 'ShellCheck' instead of 'Shellcheck'.", "location": {"path": "docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md", "range": {"start": {"line": 8, "column": 20}}}, "severity": "ERROR"}

Codacy will automatically apply your rules during analysis once you set it up.
Here is how to get started:

- Add a .shellcheckrc file to your repository.
- Navigate to Repository > Code Patterns > Shellcheck.

Check failure on line 14 in docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'ShellCheck' instead of 'Shellcheck'. Raw Output: {"message": "[Vale.Terms] Use 'ShellCheck' instead of 'Shellcheck'.", "location": {"path": "docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md", "range": {"start": {"line": 14, "column": 45}}}, "severity": "ERROR"}
- Enable "Use Shellcheck configuration file found in the repository".

Check failure on line 15 in docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'ShellCheck' instead of 'Shellcheck'. Raw Output: {"message": "[Vale.Terms] Use 'ShellCheck' instead of 'Shellcheck'.", "location": {"path": "docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md", "range": {"start": {"line": 15, "column": 16}}}, "severity": "ERROR"}

Check failure on line 15 in docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Microsoft.Quotes] Punctuation should be inside the quotes. Raw Output: {"message": "[Microsoft.Quotes] Punctuation should be inside the quotes.", "location": {"path": "docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md", "range": {"start": {"line": 15, "column": 11}}}, "severity": "ERROR"}


![Enable Shellcheck configuration file](../images/shellcheck-configuration-file.png)

Check failure on line 18 in docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'ShellCheck' instead of 'Shellcheck'. Raw Output: {"message": "[Vale.Terms] Use 'ShellCheck' instead of 'Shellcheck'.", "location": {"path": "docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md", "range": {"start": {"line": 18, "column": 10}}}, "severity": "ERROR"}


If you have any questions or need help, please contact <mailto:support@codacy.com>.
Comment thread
DMarinhoCodacy marked this conversation as resolved.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

### 2026 {.release-series}


- [Support for Shellcheck configuration file - July, 2026](cloud/cloud-2026-07-adding-shellcheck-config-file.md)

Check failure on line 23 in docs/release-notes/index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'ShellCheck' instead of 'Shellcheck'. Raw Output: {"message": "[Vale.Terms] Use 'ShellCheck' instead of 'Shellcheck'.", "location": {"path": "docs/release-notes/index.md", "range": {"start": {"line": 23, "column": 18}}}, "severity": "ERROR"}
- [Adding PHP CS Fixer and support to Checkov configuration files July, 2026](cloud/cloud-2026-07-adding-phpcsfixer-checkov-config-files.md)
- [PHP_CodeSniffer Upgrade and Legacy Package Deprecations July, 2026](cloud/cloud-2026-07-remove-codesniffer-packages.md)
- [Cloud June 2026](cloud/cloud-2026-06.md)
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@ nav:
- release-notes/index.md
- Cloud:
- 2026:
- release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md
- release-notes/cloud/cloud-2026-07-adding-phpcsfixer-checkov-config-files.md
- release-notes/cloud/cloud-2026-07-remove-codesniffer-packages.md
- release-notes/cloud/cloud-2026-06.md
Expand Down
Loading