Skip to content

Commit 1ed30bd

Browse files
committed
Deptrac - use deptrac.yml and github pages in doc
1 parent f3f9d70 commit 1ed30bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.phpqa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ psalm:
8989
memoryLimit: null
9090

9191
deptrac:
92-
depfile: null # depfile.yml (https://github.com/deptrac/deptrac/blob/main/docs/index.md#configuration)
92+
depfile: null # deptrac.yml (https://deptrac.github.io/deptrac/#configuration)
9393
reportUncovered: true
9494

9595
security-checker:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Tool | Settings | Default Value | Your value
338338
[psalm.threads](https://psalm.dev/docs/running_psalm/command_line_usage/#running-psalm-faster) | Set the number of process to use in parallel (option `--threads` of psalm) (Only if `--execution == parallel` for phpqa) | `1` | Number (>= 1)
339339
[psalm.showInfo](https://psalm.dev/docs/running_psalm/configuration/#reportinfo) | Display or not information (non-error) messages (option `--show-info=` of psalm) | `true` | Boolean value
340340
[psalm.memoryLimit](https://github.com/vimeo/psalm/issues/842) | Custom memory limit, ignore unless you are getting `Fatal error: Allowed memory size of ... bytes exhausted` | `null` | String value, e.g. `'1024M'`, `'1G'`
341-
[deptrac.depfile](https://github.com/deptrac/deptrac/blob/main/docs/index.md#configuration) | Complete [deptrac config](https://github.com/deptrac/deptrac/blob/main/docs/configuration.md) _(phpqa won't update source and excluded files)_ | `null` | Path to `depfile.yml` file
341+
[deptrac.depfile](https://deptrac.github.io/deptrac/#configuration) | Complete [deptrac config](https://deptrac.github.io/deptrac/configuration/) _(phpqa won't update source and excluded files)_ | `null` | Path to `deptrac.yml` file
342342
[deptrac.reportUncovered](https://deptrac.github.io/deptrac/concepts/#uncovered-dependencies) | Option to let you know about any uncovered dependencies | `true` | Boolean value
343343
[security-checker.composerLock](https://github.com/EdgedesignCZ/phpqa/blob/bdd49e3/.phpqa.yml#L94) | Use it if composer.lock is not in current working directory or analyzed directory | `null` | Path to `composer.lock` file
344344

0 commit comments

Comments
 (0)