File: .codeclimate.yml

package info (click to toggle)
llvmlite 0.27.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,220 kB
  • sloc: python: 8,036; cpp: 1,341; makefile: 191; sh: 145
file content (23 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Configuration for codeclimate.com

engines:
    duplication:
        enabled: true
        config:
            languages:
                python:
                    mass_threshold: 50
    fixme:
        enabled: true
    pep8:
        enabled: true
    radon:
        enabled: true

ratings:
    paths:
        - "llvmlite/**.py"

exclude_paths:
    - "**/six.py"
    - "**/_version.py"