File: .golangci.yml

package info (click to toggle)
golang-github-gitleaks-go-gitdiff 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 800 kB
  • sloc: makefile: 2; sh: 1
file content (23 lines) | stat: -rw-r--r-- 328 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
run:
  tests: false

linters:
  disable-all: true
  enable:
    - deadcode
    - errcheck
    - gofmt
    - goimports
    - golint
    - govet
    - ineffassign
    - typecheck
    - unconvert
    - varcheck

issues:
  exclude-use-default: false

linter-settings:
  goimports:
    local-prefixes: github.com/gitleaks/go-gitdiff