Add config files
Headless CI Tests / build (push) Has been cancelled
Run LinkedWarrantTest / build (push) Has been cancelled
Run Separate Tests / build (push) Has been cancelled
Static Analysis Java25 / build (push) Has been cancelled
Static Analysis / build (push) Has been cancelled
Typescript Check / tsc (push) Has been cancelled
Windows Java25 CI Tests / build (push) Has been cancelled
Windows CI Tests / build (push) Has been cancelled
Headless CI Tests / build (push) Has been cancelled
Run LinkedWarrantTest / build (push) Has been cancelled
Run Separate Tests / build (push) Has been cancelled
Static Analysis Java25 / build (push) Has been cancelled
Static Analysis / build (push) Has been cancelled
Typescript Check / tsc (push) Has been cancelled
Windows Java25 CI Tests / build (push) Has been cancelled
Windows CI Tests / build (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
version: "2" # CodeClimate API version is a string, not a number
|
||||
checks:
|
||||
argument-count:
|
||||
config:
|
||||
threshold: 5 # CodeClimate default
|
||||
complex-logic:
|
||||
config:
|
||||
threshold: 5 # CodeClimate default
|
||||
file-lines:
|
||||
config:
|
||||
threshold: 300 # CodeClimate default
|
||||
method-complexity:
|
||||
config:
|
||||
threshold: 20 # AKA Cognitive Complexity. 5 is CodeClimate default
|
||||
method-count:
|
||||
config:
|
||||
threshold: 20 # CodeClimate default
|
||||
method-lines:
|
||||
config:
|
||||
threshold: 25 # CodeClimate default
|
||||
nested-control-flow:
|
||||
config:
|
||||
threshold: 6 # CodeClimate default
|
||||
return-statements:
|
||||
config:
|
||||
threshold: 6 # CodeClimate default
|
||||
similar-code:
|
||||
config:
|
||||
threshold: 40 # language-specific defaults. an override will affect all languages.
|
||||
# Java default is documented at 40, but seems smaller
|
||||
exclude_patterns:
|
||||
- "**/Bundle.java"
|
||||
identical-code:
|
||||
config:
|
||||
threshold: 40 # language-specific defaults. an override will affect all languages.
|
||||
# Java default is documented at 40, but seems smaller
|
||||
exclude_patterns:
|
||||
- "**/Bundle.java"
|
||||
Reference in New Issue
Block a user