Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 557 Bytes

File metadata and controls

22 lines (16 loc) · 557 Bytes

UCMA | Std Proxy Metrics Calculator Plugin

Metrics plugin, which can be used to calculate source code tree metrics with external programs or plugins using stdin, stdout and stderr streams.

Install

poetry add git+https://github.com/Universal-code-metrics-analyzer/std-proxy-metrics-calculator.git@v0.1.1

Runner configuration

# config.yml

metrics_calculator:
  plugin: std_proxy_metrics_calculator
  config:
    cmd: "cmd to execute"
    # try to coerce stdout json keys to snake case
    preprocess_keys: True