-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.json
More file actions
26 lines (26 loc) · 753 Bytes
/
rules.json
File metadata and controls
26 lines (26 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"$RULES": {
"Imperative Programming Files": {
"tag": "SYSC 2004",
"aliases": [
"SYSC2004",
"SYSC_2004"
],
"path": "./path",
"$RULES": {
"Assignment Files": {
"tag": "Assignment",
"case-sensitive": false,
"$RULES": {
"Assignment Number": {
"type": "REGEX",
"tag": "$PARENT_TAG <n>",
"method": "$TAG = $PARENT_TAG <n>"
}
},
"path": "$PARENT_PATH/$TAG"
}
}
}
}
}