morpheus

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.git
Log | Files | Refs | README | LICENSE

.codeclimate.yml (219B)


      1 engines:
      2   govet:
      3     enabled: true
      4   golint:
      5     enabled: true
      6   gofmt:
      7     enabled: true
      8   fixme:
      9     enabled: true
     10     config:
     11       strings:
     12       - FIXME
     13       - BUG
     14       - CUSTOM
     15 
     16 ratings:
     17   paths:
     18     - "**.go"