-
Notifications
You must be signed in to change notification settings - Fork 75
Code quality
Georgy Savva edited this page Oct 1, 2022
·
3 revisions
To ensure high quality of the code and following Go best practices, this project uses golangci-lint
linter.
scany works with golangci-lint
v1.49.0 and higher.
To run the linter locally do the following:
-
Install
golangci-lint
program - In the scany project root type:
golangci-lint run