-
-
Notifications
You must be signed in to change notification settings - Fork 284
Add Robocop linter #6232
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
Add Robocop linter #6232
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.
Bug: Robocop Omission in Formatters Flavor
The ROBOTFRAMEWORK descriptor specifies inclusion in both cupcake and formatters flavors. However, ROBOTFRAMEWORK_ROBOCOP is only added to the cupcake flavor in all_flavors.json, omitting it from formatters despite its declared formatting capabilities.
megalinter/descriptors/all_flavors.json#L171-L172
megalinter/megalinter/descriptors/all_flavors.json
Lines 171 to 172 in 4c7548e
| "REPOSITORY_TRUFFLEHOG", | |
| "ROBOTFRAMEWORK_ROBOCOP", |
megalinter/descriptors/robotframework.megalinter-descriptor.yml#L2-L5
| descriptor_type: tooling_format | |
| descriptor_flavors: | |
| - cupcake | |
| - formatters |
megalinter/descriptors/all_flavors.json#L83-L91
megalinter/megalinter/descriptors/all_flavors.json
Lines 83 to 91 in 4c7548e
| "REPOSITORY_GRYPE", | |
| "REPOSITORY_LS_LINT", | |
| "REPOSITORY_SECRETLINT", | |
| "REPOSITORY_SYFT", | |
| "REPOSITORY_TRIVY", | |
| "REPOSITORY_TRIVY_SBOM", | |
| "REPOSITORY_TRUFFLEHOG", | |
| "XML_XMLLINT", | |
| "YAML_PRETTIER", |
echoix
left a comment
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.
If you decide to not make a change, go ahead and merge
|
Great addition @bdovaz :) |

Fixes #
Proposed Changes
Add Robocop linter
Readiness Checklist
Author/Contributor
Reviewing Maintainer
breakingif this is a large fundamental changeautomation,bug,documentation,enhancement,infrastructure, orperformance