ratings: paths: - "**/*.go" checks: file-lines: config: threshold: 500 method-complexity: config: threshold: 12 method-lines: config: threshold: 60 similar-code: enabled: false engines: fixme: enabled: true config: strings: - FIXME - HACK - XXX - BUG golint: enabled: true govet: enabled: true gofmt: enabled: true