Files
symfony-flex-recipes-contrib/qossmic.deptrac-shim.0.7.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

53 lines
1.9 KiB
JSON

{
"manifests": {
"qossmic/deptrac-shim": {
"manifest": {
"copy-from-recipe": {
"depfile.yaml": "depfile.yaml"
},
"gitignore": [
"/.deptrac.cache"
]
},
"files": {
"depfile.yaml": {
"contents": [
"paths:",
" - ./src",
"exclude_files:",
" - '#.*test.*#'",
"layers:",
" -",
" name: Controller",
" collectors:",
" -",
" type: className",
" regex: .*Controller.*",
" -",
" name: Repository",
" collectors:",
" -",
" type: className",
" regex: .*Repository.*",
" -",
" name: Service",
" collectors:",
" -",
" type: className",
" regex: .*Service.*",
"ruleset:",
" Controller:",
" - Service",
" Service:",
" - Repository",
" Repository:",
""
],
"executable": false
}
},
"ref": "2d7d934257e33fd83c72f5da5b5b1393efa7e0c6"
}
}
}