Add SPDX license header checker and missing headers - #999
Conversation
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit 8fb7425. ⛔ 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. |
8bde8eb to
c1299e9
Compare
Signed-off-by: shreyah963 <shreyab963@gmail.com>
c1299e9 to
938c36f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #999 +/- ##
============================================
- Coverage 73.97% 70.55% -3.42%
- Complexity 916 1149 +233
============================================
Files 135 175 +40
Lines 6102 7971 +1869
Branches 753 956 +203
============================================
+ Hits 4514 5624 +1110
- Misses 1253 1948 +695
- Partials 335 399 +64 ☔ 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.