[automation] Auto-update linters version, help and documentation#5736
Merged
[automation] Auto-update linters version, help and documentation#5736
Conversation
There was a problem hiding this comment.
Pull Request Overview
Automate the update of linter versions, CLI documentation, and related docs formatting.
- Bump Snakemake version from 9.6.2 to 9.6.3 across docs and listings
- Reorder CLI option enums and clean up markdown link formatting in several descriptors
- Update badge counts in README and add Snakemake entry in CHANGELOG
Reviewed Changes
Copilot reviewed 9 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/descriptors/snakemake_snakemake.md | Updated Snakemake version, reordered --list-changes and --mode enums |
| docs/descriptors/repository_checkov.md | Reordered --summary-position enum values |
| docs/descriptors/markdown_remark_lint.md | Removed angle brackets from disabled-reason link |
| docs/descriptors/makefile_checkmake.md | Removed angle brackets from disabled-reason link |
| docs/descriptors/kubernetes_kubescape.md | Removed an extraneous log snippet |
| docs/descriptors/json_eslint_plugin_jsonc.md | Removed angle brackets from disabled-reason link |
| docs/all_linters.md | Updated Snakemake version to 9.6.3 |
| README.md | Updated “Used by” badge count |
| CHANGELOG.md | Added Snakemake version bump entry |
Comments suppressed due to low confidence (1)
CHANGELOG.md:92
- Indentation is inconsistent with the other list items; use four spaces before the dash (
-) to match the existing format.
- [snakemake](https://snakemake.github.io/) from 9.6.2 to **9.6.3** on 2025-07-05
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