update hooks, add dco check#16
Conversation
📝 WalkthroughWalkthroughThis PR introduces a comprehensive Git hooks infrastructure for developer certificate and code quality enforcement. It adds two new Git hooks for automated validation, creates an installation mechanism, extends SPDX header processing to additional file types, and documents the setup in development guides. ChangesGit Hooks Infrastructure
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Signed-off-by: Zoe Blevins <zblevins@nvidia.com>
polarweasel
left a comment
There was a problem hiding this comment.
Wondering about the need for full license text (in all files, really), but the changes look good 👍
| # SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| # | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); |
There was a problem hiding this comment.
Do we need the full license text here when it's in a separate file also at the repo root?
Description
Validation
Checklist
CONTRIBUTING.md.docs screenshots, or Helm/rendered outputs.
Summary by CodeRabbit
Documentation
Chores