[automation] Auto-update linters version, help and documentation#5793
Merged
[automation] Auto-update linters version, help and documentation#5793
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates several linter versions, documentation, and automated stats across the repository.
- Downgrades the Alpine variant of
shfmtin various Dockerfiles - Bumps linter versions for
cfn-lint,php-cs-fixer, andlightning-flow-scannerin docs - Refreshes dependents badge and changelog entries
Reviewed Changes
Copilot reviewed 31 out of 33 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| linters/bash_shfmt/Dockerfile | Changed BASH_SHFMT_VERSION from v3.12.0-alpine to v3.11.0-alpine |
| flavors/*/Dockerfile | Applied same BASH_SHFMT_VERSION change across all flavor Dockerfiles |
| Dockerfile | Root image updated with BASH_SHFMT_VERSION downgrade |
| docs/used-by-stats.md | Updated dependents count badge |
| README.md | Updated dependents badge |
| docs/descriptors/snakemake_snakemake.md | Reordered CLI option values |
| docs/descriptors/kubernetes_kubescape.md | Accidental JSON log line introduced |
| docs/descriptors/php_php_cs_fixer.md | Bumped php-cs-fixer version to 3.83.0 |
| docs/descriptors/salesforce_lightning_flow_scanner.md | Bumped lightning-flow-scanner version to 3.26.1 |
| docs/all_linters.md | Reflected new linter versions |
| CHANGELOG.md | Recorded version bumps for three linters |
Comments suppressed due to low confidence (3)
docs/descriptors/kubernetes_kubescape.md:160
- This JSON log line appears to have been inserted into the usage example by mistake. Please remove it to keep the documentation clear and focused.
{"level":"info","ts":"2025-07-15T11:41:15Z","msg":"Received interrupt signal, exiting..."}
docs/descriptors/snakemake_snakemake.md:152
- [nitpick] The ordering of the
{params,input,code}set differs from other examples ({code,input,params}). Consider standardizing the order or adding a note to explain the intended sequence.
[--list-changes {params,input,code}] [--list-input-changes]
linters/bash_shfmt/Dockerfile:15
- The
BASH_SHFMT_VERSIONwas downgraded from v3.12.0-alpine to v3.11.0-alpine, but the changelog indicates an upgrade to 3.12.0. Please update this tov3.12.0-alpineto match the intended version bump.
ARG BASH_SHFMT_VERSION=v3.11.0-alpine
Contributor
🦙 MegaLinter status:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

[automation] Auto-update linters version, help and documentation