Skip to content

Commit 3176222

Browse files
authored
Copy (and clean) recipes from qossmic/deptrac to deptrac/deptrac (#1836)
1 parent 9caa25d commit 3176222

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

deptrac/deptrac/3.0/deptrac.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
deptrac:
2+
paths:
3+
- ./src
4+
exclude_files:
5+
- '#.*test.*#'
6+
layers:
7+
-
8+
name: Controller
9+
collectors:
10+
-
11+
type: classLike
12+
value: .*Controller.*
13+
-
14+
name: Repository
15+
collectors:
16+
-
17+
type: classLike
18+
value: .*Repository.*
19+
-
20+
name: Service
21+
collectors:
22+
-
23+
type: classLike
24+
value: .*Service.*
25+
ruleset:
26+
Controller:
27+
- Service
28+
Service:
29+
- Repository
30+
Repository:

deptrac/deptrac/3.0/manifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"copy-from-recipe": {
3+
"deptrac.yaml": "deptrac.yaml"
4+
},
5+
"gitignore": [
6+
"/.deptrac.cache"
7+
]
8+
}

0 commit comments

Comments
 (0)