hubcio opened a new pull request, #2676:
URL: https://github.com/apache/iggy/pull/2676

   SDK contributors had no local linting before push, causing CI
   failures that could have been caught earlier. This adds hooks
   matching CI lint configurations for all foreign language SDKs.
   
   Pre-commit stage (fast, every commit):
   - Go: gofmt, go mod tidy
   - Node.js: eslint
   
   Pre-push stage (thorough, before push):
   - Go: golangci-lint
   - Java: gradle check (Checkstyle + Spotless)
   - C#: dotnet format
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to