diff --git a/sensiolabs-de/deptrac-shim/0.7/depfile.yaml b/sensiolabs-de/deptrac-shim/0.7/depfile.yaml new file mode 100644 index 00000000..3e1887c8 --- /dev/null +++ b/sensiolabs-de/deptrac-shim/0.7/depfile.yaml @@ -0,0 +1,29 @@ +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: diff --git a/sensiolabs-de/deptrac-shim/0.7/manifest.json b/sensiolabs-de/deptrac-shim/0.7/manifest.json new file mode 100644 index 00000000..5af06dcc --- /dev/null +++ b/sensiolabs-de/deptrac-shim/0.7/manifest.json @@ -0,0 +1,8 @@ +{ + "copy-from-recipe": { + "depfile.yaml": "depfile.yaml" + }, + "gitignore": [ + "/.deptrac.cache" + ] +}