File: .golangci.yml

package info (click to toggle)
golang-github-kong-go-kong 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 620 kB
  • sloc: sh: 18; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 203 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
linters:
  enable:
  - megacheck
  - govet
  - bodyclose
  - unparam
  - unconvert
  - misspell
  - lll
  - gofmt
  - gochecknoinits
  - golint
  - gosec
  - nakedret
  - gomnd
  - maligned
  - errcheck