refactor: add make lint git hook (#19075)
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# lint modified go files
|
||||
golangci-lint run --fix --new -c .golangci.yml
|
||||
Reference in New Issue
Block a user