nikoksr/proji

View on GitHub
.golangci.yml

Summary

Maintainability
Test Coverage
# This file contains all available configuration options
# with their default values.

# options for analysis running
run:
  tests: false

linters:
  enable-all: true
  disable:
    - wsl
    - lll
    - funlen
    - godox
    - gomnd
    - gocognit
    - goerr113