This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Commit 29aa46d
committed
Fix automatic Rake task detection.
Previously, the globPattern used in rake.ts was failing to find Rakefiles
if they were named 'Rakefile', without the .rb extension. This fixes the
globPattern so now it matches in that case.
This has the downside of also matching any filename that starts with
Rakefile, e.g. 'Rakefile2' or 'Rakefileadsadadsad', but I'm not sure of
a great way to fix this without that downside.1 parent 2d8e443 commit 29aa46d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments