Files
JIMRI/.codeclimate.yml
T
Serge NOEL 2c45fc244e
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
Add config files
2026-06-17 14:17:22 +02:00

39 lines
1.1 KiB
YAML

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"