go.ligato.io/vpp-agent/v3@v3.5.0/.golangci.yml (about)

     1  ---
     2  issues:
     3    exclude-rules:
     4      - linters:
     5          - staticcheck
     6        text: "SA1019:|SA1021:"
     7      - path: tests/
     8        linters:
     9          - errcheck
    10      - path: _test\.go
    11        linters:
    12          - errcheck
    13      - path: clientv2/vpp/dbadapter/data_resync_db.go
    14        linters:
    15          - staticcheck
    16        text: "SA4004:"
    17      - path: plugins/kvscheduler/plugin_scheduler.go
    18        linters:
    19          - staticcheck
    20        text: "SA2001:"
    21      - path: plugins/netalloc/netalloc_plugin.go
    22        linters:
    23          - staticcheck
    24        text: "SA1021:"
    25    # disable issue output limits
    26    max-issues-per-linter: 0
    27    max-same-issues: 0