File: .codeclimate.yml

package info (click to toggle)
golang-github-grokify-html-strip-tags-go 0.0~git20180907.e9e4496-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
engines:
  gofmt:
    enabled: true
  golint:
    enabled: true
  govet:
    enabled: true

ratings:
  paths:
    - "**.go"