aboutsummaryrefslogtreecommitdiff
path: root/.stickler.yml
blob: cf662ed94f83da1f5e1c5336a1769b026a2301d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
linters:
  golint:
    min_confidence: 0.85
    fixer: true

files:
  ignore:
    - 'vendor/*'
    - 'pb/*'