Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3cf0c5c

Browse files
committed
add BUILDING.md to lower-case-only whitelist
1 parent 54c2e60 commit 3cf0c5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/test_syntax.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ function assertFileNames() {
205205
base === 'CONTRIBUTING.md' ||
206206
base === 'CHANGELOG.md' ||
207207
base === 'SECURITY.md' ||
208+
base === 'BUILDING.md' ||
208209
file.indexOf('mathjax') !== -1
209210
) return;
210211

0 commit comments

Comments
 (0)