[automation] Auto-update linters version, help and documentation#5810
Merged
[automation] Auto-update linters version, help and documentation#5810
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR automates updates to linter documentation and usage statistics across the project.
- Updated “Used by” dependency badges in docs and README to the latest counts
- Standardized disabled-reason formatting by removing angle brackets around issue URLs
- Added an interrupt-signal log example in the kubescape descriptor usage section
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/used-by-stats.md | Bumped dependents counts and star numbers in the stats table |
| docs/descriptors/markdown_remark_lint.md | Removed <...> around remark-lint issue URL in disabled reason |
| docs/descriptors/makefile_checkmake.md | Removed <...> around checkmake issue URL in disabled reason |
| docs/descriptors/kubernetes_kubescape.md | Inserted a JSON interrupt log example in the usage snippet |
| docs/descriptors/json_eslint_plugin_jsonc.md | Removed <...> around eslint-plugin-jsonc issue URL |
| README.md | Updated the “Used by” badge count to the new number |
Comments suppressed due to low confidence (1)
docs/descriptors/kubernetes_kubescape.md:160
- The JSON log entry appears to be unintended debug output and shouldn't be included in the usage example; consider removing it.
{"level":"info","ts":"2025-07-17T19:35:36Z","msg":"Received interrupt signal, exiting..."}
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