diff --git a/.golangci.yaml b/.golangci.yaml index 31c27b01..f5e22085 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -18,8 +18,15 @@ linters: - mirror - wsl - copyloopvar + - gci linters-settings: govet: enable: - nilness - unusedwrite + gci: + sections: + - standard + - default + - localmodule + custom-order: true