-
-
Notifications
You must be signed in to change notification settings - Fork 270
[automation] Auto-update linters version, help and documentation #5758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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-changes
and--mode
option 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-changes
values in the docs match the actualsnakemake --help
output to avoid documentation drift.
[--list-changes {params,input,code}] [--list-input-changes]
docs/descriptors/snakemake_snakemake.md:199
- [nitpick] Ensure the new order of
--mode
options 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 |   |
🦙 MegaLinter status:
|
[automation] Auto-update linters version, help and documentation