You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
precommit and makefile for setup
pre-commit run --all-files
Readme and cyclo 30
No lint
pre-commit run --all-files
fix many of go-critic comments
Adding workflow
matrix and setup go
go 1.18>
go 1.18>
oss
update golanci instead of pre-commit
golangci fixes
Hard to fix fast linters are out
Config that can work for current code
Updated Makefile
Removed Makefile
Copy file name to clipboardexpand all lines: README.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -276,4 +276,11 @@ See [output modules](output) for more information
276
276
* [report](output/report)
277
277
* [socket](output/socket)
278
278
* [stdout](output/stdout)
279
-
* [loki](output/loki)
279
+
* [loki](output/loki)
280
+
281
+
## Development
282
+
283
+
To setup the local machine, run `make setup` to install all tools for pre-commit.
284
+
285
+
If any of the installations fail or the pre-commit cannot find the go tools, ensure they are accessable though adding their's `bin` folder to your path.
0 commit comments