aboutsummaryrefslogblamecommitdiffstats
path: root/.golangci.yml
blob: 8a79a075ed694fb7db5d529941dcfe11cab175bf (plain) (tree)


















                                               
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