Add cloudoperators as a SAPCC project, Document license and make license-headers configurable#397
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds cloudoperators to the list of recognized SAPCC projects, documents the license configuration options in the README, and makes license header generation and dependency checking configurable rather than hardcoded for SAP projects.
Key Changes:
- Made license header generation and dependency license checking opt-in via configuration
- Added cloudoperators organization to the SAP project detection logic
- Enhanced documentation for license-related configuration options
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| main.go | Added support for github.com/ prefix (without https) in URL validation |
| internal/makefile/makefile.go | Refactored license checks to be configurable via License.AddHeaders and License.CheckDependencies options |
| internal/core/config.go | Added new configuration fields for license options and included cloudoperators in SAP project detection |
| README.md | Added comprehensive documentation for the new license configuration section and cleaned up workflow examples |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
fa03c47 to
e0f1f41
Compare
cbda478 to
e76c786
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
e76c786 to
0847583
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
0847583 to
2ced906
Compare
Merging this branch will decrease overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. |
No description provided.