Add SPDX license header checker and missing headers - #1470
Conversation
Signed-off-by: shreyah963 <shreyab963@gmail.com>
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit e203a91. ⛔ Hard block: Issues at High severity or above will block this PR from merging.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1470 +/- ##
============================================
- Coverage 78.58% 78.53% -0.05%
Complexity 1315 1315
============================================
Files 106 106
Lines 6046 6046
Branches 647 647
============================================
- Hits 4751 4748 -3
- Misses 1004 1008 +4
+ Partials 291 290 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Signed-off-by: shreyah963 <shreyab963@gmail.com>
Description
Add SPDX license header validation to PR/push workflows using
@kt3k/license-checker.Changes:
.github/workflows/license-header-checker.yml.licenserc.jsonSPDX-License-Identifier: Apache-2.0headers to source filesRelated Issues
#6445
Check List
--signoff.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.