mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-19 16:39:20 +02:00
Add codeclimate config
[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>
This commit is contained in:
parent
953ec87918
commit
d939fd4f56
14
.codeclimate.yml
Normal file
14
.codeclimate.yml
Normal file
@ -0,0 +1,14 @@
|
||||
version: "2"
|
||||
checks:
|
||||
file-lines:
|
||||
config:
|
||||
threshold: 500
|
||||
method-complexity:
|
||||
config:
|
||||
threshold: 9
|
||||
method-count:
|
||||
config:
|
||||
threshold: 30
|
||||
method-lines:
|
||||
config:
|
||||
threshold: 50
|
@ -2,3 +2,4 @@
|
||||
!src/glyphs
|
||||
!font-patcher
|
||||
!bin/scripts/docker-entrypoint.sh
|
||||
!.codeclimate.yml
|
||||
|
Loading…
Reference in New Issue
Block a user