Codebase list golang-github-jdkato-prose / df129fb .codeclimate.yml
df129fb

Tree @df129fb (Download .tar.gz)

.codeclimate.yml @df129fbraw · history · blame

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