Skip to content

Commit 15ece50

Browse files
committed
add exception for sanity check of promenu.settings.{js,ts}
1 parent 8e5453b commit 15ece50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/sanitycheck.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ var KNOWN_WARNINGS = [
184184
"App pongclock file pongclock.settings.js should be evaluated as a function but doesn't end in ')'",
185185
"App popconlaunch file popcon.settings.js should be evaluated as a function but doesn't end in ')'",
186186
"App poweroff file poweroff.settings.js should be evaluated as a function but doesn't end in ')'",
187+
"App promenu file promenu.settings.js should be evaluated as a function but doesn't end in ')'",
187188
"App puzzle15 file puzzle15.settings.js should be evaluated as a function but doesn't end in ')'",
188189
"App qcenter file qcenter.settings.js should be evaluated as a function but doesn't end in ')'",
189190
"App rebbleagenda file rebbleagenda.settings.js should be evaluated as a function but doesn't end in ')'",

0 commit comments

Comments
 (0)