[automation] Auto-update linters version, help and documentation#5758
Merged
[automation] Auto-update linters version, help and documentation#5758
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the embedded linter counts across all descriptor docs to match the new linter release, and adjusts the Snakemake help example to reflect reordered CLI options.
- Decrement embedded linter counts by one in each descriptor file to reflect updated versions
- Reorder
--list-changesand--modeoption values in the Snakemake usage example
Reviewed Changes
Copilot reviewed 111 out of 153 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/descriptors/spell_lychee.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/spell_cspell.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/snakemake_snakemake.md | Updated embedded linter counts; reordered CLI options in usage example |
| docs/descriptors/snakemake_snakefmt.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/scala_scalafix.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/salesforce_sfdx_scanner_lwc.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/salesforce_sfdx_scanner_aura.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/salesforce_sfdx_scanner_apex.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/salesforce_lightning_flow_scanner.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/rust_clippy.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/ruby_rubocop.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/rst_rstfmt.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/rst_rstcheck.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/rst_rst_lint.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/repository_trufflehog.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/repository_trivy_sbom.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/repository_trivy.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/repository_syft.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/repository_semgrep.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/repository_secretlint.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/repository_ls_lint.md | Updated embedded linter counts from 127→126 |
| docs/descriptors/repository_kics.md | Updated embedded linter counts from 127→126 |
Comments suppressed due to low confidence (3)
docs/descriptors/snakemake_snakemake.md:152
- Verify that the reordered
--list-changesvalues in the docs match the actualsnakemake --helpoutput to avoid documentation drift.
[--list-changes {params,input,code}] [--list-input-changes]
docs/descriptors/snakemake_snakemake.md:199
- [nitpick] Ensure the new order of
--modeoptions matches the CLI's help output and follows a consistent ordering convention (e.g., default first or alphabetical).
[--mode {remote,subprocess,default}]
docs/descriptors/spell_lychee.md:77
- These flavor tables are duplicated across many files; consider using a shared include or generating them programmatically to reduce duplication and ease future updates.
| <img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/images/mega-linter-square.png" alt="" height="32px" class="megalinter-icon"></a> | [all](https://megalinter.io/beta/supported-linters/) | Default MegaLinter Flavor | 126 |   |
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