Skip to content

Commit

Permalink
File Patterns corrected
Browse files Browse the repository at this point in the history
ref: #1099
  • Loading branch information
kotp committed Feb 18, 2021
1 parent 671eb45 commit 149d6ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
},
"files": {
"solution": [
"path/to/%{kebab_slug}.ext"
"%{kebab_slug}/%{snake_slug}.rb"
],
"test": [
"path/to/%{kebab_slug}.ext"
"%{kebab_slug}/%{snake_slug}_test.rb"
],
"example": [
"path/to/%{kebab_slug}.ext"
"%{kebab_slug}/.meta/example.rb"
],
"exemplar": [
"path/to/%{kebab_slug}.ext"
"%{kebab_slug}/.meta/exemplar.rb"
]
},
"exercises": {
Expand Down

0 comments on commit 149d6ef

Please sign in to comment.