We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc81ac commit 5323947Copy full SHA for 5323947
.github/copilot-instructions.md
@@ -77,6 +77,7 @@ Run these before submitting PRs:
77
- `make check_lint` - Run golangci-lint
78
- `make check_vuln` - Check for vulnerabilities
79
- `make check_license` - Verify license headers
80
+- `make check_modernize` - Check for modern Go idioms
81
- `make check` - Run all checks plus tests
82
83
### Error Handling
0 commit comments