repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

Eric Bower  ·  2025-08-22

.golangci.yml

 1version: "2"
 2
 3linters:
 4  enable:
 5    - godot
 6
 7formatters:
 8  enable:
 9    - goimports
10
11run:
12  timeout: 10m