Skip to content

Commit f49272b

Browse files
author
William Yang
committed
fix: 使用具体文件名而非 glob 模式
1 parent 800aef4 commit f49272b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

checks/cash/.bootcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bootcs:
22
files:
33
- !exclude "*"
4-
- !require "*.c"
4+
- !require cash.c

checks/credit/.bootcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bootcs:
22
files:
33
- !exclude "*"
4-
- !require "*.c"
4+
- !require credit.c

checks/hello/.bootcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bootcs:
22
files:
33
- !exclude "*"
4-
- !require "*.c"
4+
- !require hello.c

checks/mario-less/.bootcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bootcs:
22
files:
33
- !exclude "*"
4-
- !require "*.c"
4+
- !require mario.c

checks/mario-more/.bootcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bootcs:
22
files:
33
- !exclude "*"
4-
- !require "*.c"
4+
- !require mario.c

checks/me/.bootcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bootcs:
22
files:
33
- !exclude "*"
4-
- !require "*.c"
4+
- !require hello.c

checks/readability/.bootcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bootcs:
22
files:
33
- !exclude "*"
4-
- !require "*.c"
4+
- !require readability.c

checks/scrabble/.bootcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bootcs:
22
files:
33
- !exclude "*"
4-
- !require "*.c"
4+
- !require scrabble.c

0 commit comments

Comments
 (0)