File: .codeclimate.yml

package info (click to toggle)
python-pamqp 3.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 708 kB
  • sloc: python: 7,042; makefile: 135; xml: 85; sh: 6
file content (20 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
languages:
  Python: true
exclude_paths: 
  - codegen/*
  - docs/*
  - tests/*
  - tools/*
checks:
  argument-count:
    enabled: false
  file-lines:
    enabled: false
  similar-code:
    enabled: false
  method-complexity:
    config:
      threshold: 10
  return-statements:
    config:
      threshold: 10