diff --git a/docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md b/docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md new file mode 100644 index 0000000000..983e454420 --- /dev/null +++ b/docs/release-notes/cloud/cloud-2026-07-adding-shellcheck-config-file.md @@ -0,0 +1,21 @@ +--- +rss_title: Codacy release notes RSS feed +rss_href: /feed_rss_created.xml +--- + +# Support for Shellcheck configuration file - July, 2026 + +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. + +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. +- Enable "Use Shellcheck configuration file found in the repository". + + +![Enable Shellcheck configuration file](../images/shellcheck-configuration-file.png) + + +If you have any questions or need help, please contact . \ No newline at end of file diff --git a/docs/release-notes/images/shellcheck-configuration-file.png b/docs/release-notes/images/shellcheck-configuration-file.png new file mode 100644 index 0000000000..db2232e1e8 Binary files /dev/null and b/docs/release-notes/images/shellcheck-configuration-file.png differ diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index a340b901af..0a7449d6f3 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -19,6 +19,8 @@ For product updates that are in progress or planned [visit the Codacy public roa ### 2026 {.release-series} + +- [Support for Shellcheck configuration file - July, 2026](cloud/cloud-2026-07-adding-shellcheck-config-file.md) - [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) diff --git a/mkdocs.yml b/mkdocs.yml index c2a3e14209..85ab3421ae 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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