Codebase list golang-github-jdkato-prose / debian/1.2.1-1 .codeclimate.yml
debian/1.2.1-1

Tree @debian/1.2.1-1 (Download .tar.gz)

.codeclimate.yml @debian/1.2.1-1raw · history · blame

engines:
  duplication:
    enabled: true
    config:
      languages:
      - python
      - go
  fixme:
    enabled: true
  radon:
    enabled: true
ratings:
  paths:
  - "**.py"
  - "**.go"
exclude_paths: []