ferhatelmas opened a new issue, #1432:
URL: https://github.com/apache/answer/issues/1432

   ## Is your feature request related to a problem? Please describe
   
   Currently, we lack automated static analysis for Go code, which means code 
quality issues, bugs, and style inconsistencies are only caught during manual 
code review or not at all.
   
   ## Describe the solution you'd like
   
   Integrate golangci-lint into the repository with a curated set of linters 
(e.g., errcheck, staticcheck, gosec, govet), a .golangci.yml config file, and 
CI pipeline integration to run on every PR.
   
   ## Describe alternatives you've considered
   
   * Running individual linters manually (fragmented, inconsistent)
   * Using go vet alone (limited coverage)
   * Relying solely on code review for catching issues (doesn't scale)


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to