Dmitry Kropachev created CASSGO-77:
--------------------------------------

             Summary: Use golangci-lint for linting
                 Key: CASSGO-77
                 URL: https://issues.apache.org/jira/browse/CASSGO-77
             Project: Apache Cassandra Go driver
          Issue Type: Improvement
            Reporter: Dmitry Kropachev


`golangci-lint` is standard de facto in golang community.

Using will help with:
 # Having code uniformity
 # Enforcing certain linting rules
 # Prevent bugs
 # Prevent unused variables, increasing driver efficiency
 # Easy and speedup reviewing proceccess by detecting problems early

 
govet/fieldalignment stands out from rest of the linters, it will help to 
define structures in a way that will make them occupy less memory and provide 
better productivty.
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to