-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement note rule CPMR0062 - Chocolatey Dependency #35
Labels
5 - Released
The issue has been resolved, and released to the public for consumption
Improvement
Issues that enhances existing functionality, or adds new features
Milestone
Comments
8 tasks
AdmiringWorm
added a commit
to AdmiringWorm/chocolatey-community-validation
that referenced
this issue
May 6, 2024
This implements the note rule CPMR0062 - Chocolatey Dependency, which checks if there is a dependency on Chocolatey CLI defined in the nuspec file. This is checked as normally there is no need to define Chocolatey CLI as a dependency, unless a specific feature is being used. As such, it is considered to be an anti-pattern to define one.
10 tasks
AdmiringWorm
added a commit
to AdmiringWorm/chocolatey-community-validation
that referenced
this issue
Dec 11, 2024
* release/0.2.0: (21 commits) (maint) Fix incorrect label used in config (chocolatey-community#58) Implement requirement rule CPMR0074 (chocolatey-community#28) Add rule to disallow icon URL using GitHub links (chocolatey-community#37) Implement note rule CPMR0068 (chocolatey-community#36) Implement note rule CPMR0067 (maint) Set explicit PlatformTarget for console (maint) synced local '.github/ISSUE_TEMPLATE/' with remote '.github/ISSUE_TEMPLATE/' (chocolatey-community#38) Add rule for validating ID length (chocolatey-community#39) Add rule for validating underscore in ID (chocolatey-community#34) Implement note rule CPMR0061 - Id Contains "." (maint) synced local '.github/PULL_REQUEST_TEMPLATE.md' with remote '.github/PULL_REQUEST_TEMPLATE.md' (build) Update Chocolatey.Cake.Recipe to latest (chocolatey-community#35) Implement note rule CPMR0062 (build) Update to latest Recipe package (maint) synced local '.github/ISSUE_TEMPLATE/' with remote '.github/ISSUE_TEMPLATE/' (chocolatey-community#32) Update Help URLs to short link (chocolatey-community#29) Add missing release notes to generated packages (maint) Update extension name in Readme (maint) synced local '.templates/' with remote '.github/GitReleaseManager/.templates/' (chocolatey-community#26) Use milestone for license URL replacement ...
🎉 This issue has been resolved in version 0.2.0 🎉 The release is available on: Your GitReleaseManager bot 📦 🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
5 - Released
The issue has been resolved, and released to the public for consumption
Improvement
Issues that enhances existing functionality, or adds new features
Checklist
Is Your Feature Request Related To A Problem? Please describe.
No response
Describe The Solution. Why is it needed?
We should implement the note rule available in Package Validator that adds a note to moderators when Chocolatey CLI has been added as a dependency to the nuspec file.
This should be implemented in a simple way that only checks if the presence of the
chocolatey
is defined as a dependency, and flag it if it is (no matter the case).Additional Context
Rule Documentation: https://ch0.co/rules/cpmr0062
The documentation is currently stubbed out, and is required to be filled out as well in the docs repository
Related Issues
No response
The text was updated successfully, but these errors were encountered: