Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 429 Bytes

File metadata and controls

21 lines (15 loc) · 429 Bytes

UCMA | File System Git Processor Plugin

Git processor plugin, which can be used to analyze a local Git repository.

Install

poetry add git+https://github.com/Universal-code-metrics-analyzer/fs-git-processor@v0.2.0

Runner configuration

# config.yml

git_processor:
  plugin: fs_git_processor
  config:
    # a path to Git repository to analyze
    repo: /Users/example/Documents/my-project