aboutsummaryrefslogtreecommitdiffstats
path: root/.golangci.yml
blob: b72d9d8a2992a30b0af072d3df3e84fa9758496b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
run:
  concurrency: 16
  timeout: 5m
  modules-download-mode: readonly
  allow-parallel-runners: true
  allow-serial-runners: true
  go: '1.21'
linters-settings:
  depguard:
    rules:
      srcs:
        listMode: "Strict"
        allow:
        - $gostd
        - github.com/alecthomas/chroma/v2/quick
        - github.com/google/generative-ai-go
        - github.com/lrstanley/girc
        - github.com/sashabaranov/go-openai
        - github.com/BurntSushi/toml
        - github.com/jackc/pgx/v5
        - github.com/jackc/pgx/v5/pgxpool
        - github.com/jackc/pgx/v5/pgtype