Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit cec5270

Browse files
Add file patterns to config.json file
1 parent a989cff commit cec5270

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@
1818
"test_pattern": "[Tt]est",
1919
"solution_pattern": "[Ee]xample",
2020
"ignore_pattern": "[Ee]xample",
21+
"files": {
22+
"solution": [
23+
"path/to/%{kebab_slug}.ext"
24+
],
25+
"test": [
26+
"path/to/%{kebab_slug}.ext"
27+
],
28+
"example": [
29+
"path/to/%{kebab_slug}.ext"
30+
],
31+
"exemplar": [
32+
"path/to/%{kebab_slug}.ext"
33+
]
34+
},
2135
"exercises": {
2236
"concept": [],
2337
"practice": [

0 commit comments

Comments
 (0)