github.com/segakazzz/buffalo@v0.16.22-0.20210119082501-1f52048d3feb/genny/newapp/core/templates/-dot-codeclimate.yml.tmpl (about) 1 version: "2" 2 checks: 3 method-lines: 4 config: 5 threshold: 100 6 plugins: 7 fixme: 8 enabled: true 9 gofmt: 10 enabled: true 11 golint: 12 enabled: true 13 govet: 14 enabled: true 15 exclude_patterns: 16 - grifts/**/* 17 - "**/*_test.go" 18 - "*_test.go" 19 - "**_test.go" 20 - logs/* 21 - public/* 22 - templates/* 23 - "**/node_modules/"