Skip to content

Code quality

Georgy Savva edited this page Oct 1, 2022 · 3 revisions

Overview

To ensure high quality of the code and following Go best practices, this project uses golangci-lint linter.

golangci-lint version

scany works with golangci-lint v1.49.0 and higher.

Running golangci-lint

To run the linter locally do the following:

  1. Install golangci-lint program
  2. In the scany project root type: golangci-lint run
Clone this wiki locally