File: .codeclimate.yml

package info (click to toggle)
ormar 0.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,952 kB
  • sloc: python: 24,085; makefile: 34; sh: 14
file content (23 lines) | stat: -rw-r--r-- 357 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
21
22
23
version: "2"
checks:
  method-complexity:
    config:
      threshold: 8
  argument-count:
    config:
      threshold: 6
  method-count:
    config:
      threshold: 25
  method-length:
    config:
      threshold: 35
  file-lines:
    config:
      threshold: 500
engines:
  bandit:
    enabled: true
    checks:
      assert_used:
        enabled: false