We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11bca1 commit 04261b2Copy full SHA for 04261b2
1 file changed
tasks/test_syntax.js
@@ -193,12 +193,7 @@ function assertFileNames() {
193
var base = path.basename(file);
194
195
if(
196
- base === 'README.md' ||
197
- base === 'CONTRIBUTING.md' ||
198
- base === 'CHANGELOG.md' ||
199
- base === 'SECURITY.md' ||
200
- base === 'BUILDING.md' ||
201
- base === 'CUSTOM_BUNDLE.md' ||
+ base.endsWith('.md') ||
202
base === 'CITATION.cff' ||
203
file.indexOf('mathjax') !== -1
204
) return;
0 commit comments