We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6e893 commit 06fcd16Copy full SHA for 06fcd16
1 file changed
test_modules/checkContent/checkContent.js
@@ -14,7 +14,7 @@ module.exports = function(file, line, callback) {
14
new RegExp('[^!]\\[.*?(here|there|file|folder|this|page)\\]\\((.*?)\\)'), // avoid useless url names
15
new RegExp('\\[(.{1,2}|\\s{1,})\\]\\(.*\\)'), // conventions of alt-text for images are not observed (at least 3 characters, not only spaces)
16
new RegExp('\\>###'), // avoid message box typo //(^\s*(\>){1,})\s*(\w){1,}
17
- new RegExp('(.exe)(\\b)'), // prohibit suspicious filetypes
+ new RegExp('\\[.*\]\\(.*\\.exe\\)'), // prohibit suspicious filetypes
18
new RegExp('\\[.*\\]\\(\\)') //\[.*\]\(\)
19
]
20
0 commit comments