Skip to content

Refine golangci yaml

Hayley Swimelar requested to merge refine-golangci-yaml into master

This MR slightly refines the .golangci.yml, enabling godox linting with its defaults and more dramatically, disabling varcheck and deadcode.

varcheck and deadcode conflict with unused, creating a different output file (reporting the same errors) on different runs. With code-climate reporting, this can result in an equal number of false positives and false negatives when comparing successive runs, with no node changes.

Edited by Hayley Swimelar

Merge request reports