File: .codeclimate.yml

package info (click to toggle)
orange3 3.40.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,912 kB
  • sloc: python: 162,745; ansic: 622; makefile: 322; sh: 93; cpp: 77
file content (31 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
engines:
 duplication:
   enabled: false
   config:
     languages:
       python:
         python_version: 3
         mass_threshold: 50
   exclude_paths:
     - doc/
 pep8:
   enabled: false
 radon:
   enabled: true
   config:
     threshold: "C"
 eslint:
   enabled: false
 shellcheck:
   enabled: false
 csslint:
   enabled: false

ratings:
 paths:
 - "**.py"
 - "**.js"
 - "**.sh"
 - "**.css"

exclude_paths: