mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-19 16:39:20 +02:00
d939fd4f56
[why] Code Climate configuration for Python is per default rather restrictive and would force us to split all stuff into too many files. [how] Have some faith in the cognitive capabilities of people. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
15 lines
216 B
YAML
15 lines
216 B
YAML
version: "2"
|
|
checks:
|
|
file-lines:
|
|
config:
|
|
threshold: 500
|
|
method-complexity:
|
|
config:
|
|
threshold: 9
|
|
method-count:
|
|
config:
|
|
threshold: 30
|
|
method-lines:
|
|
config:
|
|
threshold: 50
|