From 15ece50d53b7b0d5dada94643dc2dac45242cc59 Mon Sep 17 00:00:00 2001 From: Tom Wallroth Date: Mon, 30 Dec 2024 16:28:56 +0100 Subject: [PATCH] add exception for sanity check of promenu.settings.{js,ts} --- bin/sanitycheck.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/sanitycheck.js b/bin/sanitycheck.js index afca569a0..27a0a2bdd 100755 --- a/bin/sanitycheck.js +++ b/bin/sanitycheck.js @@ -184,6 +184,7 @@ var KNOWN_WARNINGS = [ "App pongclock file pongclock.settings.js should be evaluated as a function but doesn't end in ')'", "App popconlaunch file popcon.settings.js should be evaluated as a function but doesn't end in ')'", "App poweroff file poweroff.settings.js should be evaluated as a function but doesn't end in ')'", + "App promenu file promenu.settings.js should be evaluated as a function but doesn't end in ')'", "App puzzle15 file puzzle15.settings.js should be evaluated as a function but doesn't end in ')'", "App qcenter file qcenter.settings.js should be evaluated as a function but doesn't end in ')'", "App rebbleagenda file rebbleagenda.settings.js should be evaluated as a function but doesn't end in ')'",