• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1engines:
2  duplication:
3    enabled: true
4    config:
5      languages:
6      - python
7  fixme:
8    enabled: true
9  pep8:
10    enabled: true
11  radon:
12    enabled: true
13ratings:
14  paths:
15  - "**.py"
16exclude_paths:
17- tests/**/*
18checks:
19  argument-count:
20    config:
21      threshold: 5
22  file-lines:
23    config:
24      threshold: 1000
25  method-complexity:
26    config:
27      threshold: 17
28