github.com/khulnasoft-lab/tunnel-db@v0.0.0-20231117205118-74e1113bd007/.golangci.yml (about)

     1  run:
     2    go: '1.19'
     3    timeout: 5m
     4    skip-dirs:
     5      - cache
     6      - assets
     7  linters:
     8    enable:
     9      - gofmt
    10      - bodyclose
    11      - staticcheck
    12      - unused
    13      - gci
    14      - gomodguard
    15      - tenv
    16      - gosimple
    17      - govet
    18    disable:
    19      - errcheck
    20      - ineffassign
    21      - structcheck
    22  linters-settings:
    23    gci:
    24      sections:
    25        - standard
    26        - default
    27        - prefix(github.com/khulnasoft-lab/)
    28        - blank
    29        - dot
    30    gomodguard:
    31      blocked:
    32        modules:
    33          - github.com/hashicorp/goversion:
    34              recommendations:
    35                - github.com/khulnasoft-lab/goversion
    36              reason: "`khulnasoft-lab/goversion` is degisned for our use-cases"
    37          - github.com/Masterminds/semver:
    38              recommendations:
    39                - github.com/khulnasoft-lab/goversion
    40              reason: "`khulnasoft-lab/goversion` is degisned for our use-cases"