Codebase list golang-github-jdkato-prose / lintian-fixes/main .codeclimate.yml
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

.codeclimate.yml @lintian-fixes/mainraw · history · blame

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