aboutsummaryrefslogblamecommitdiffstats
path: root/arbiter/.golangci.yml
blob: 878e0315b5b03cdb2a07a6accb88a02c2addfd2f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                      
run:
  concurrency: 16
  timeout: 5m
  modules-download-mode: readonly
  allow-parallel-runners: true
  allow-serial-runners: true
  go: '1.22'
linters-settings:
  depguard:
    rules:
      srcs:
        listMode: "Strict"
        allow:
        - $gostd
        - github.com/go-redis/redis/v8
        - github.com/gorilla/mux
        - github.com/rs/zerolog
        - github.com/rs/zerolog/log