diff --git a/bin/sanitycheck.js b/bin/sanitycheck.js index b76424483..d5c755443 100755 --- a/bin/sanitycheck.js +++ b/bin/sanitycheck.js @@ -92,9 +92,12 @@ const INTERNAL_FILES_IN_APP_TYPE = { // list of app types and files they SHOULD }; /* These are warnings we know about but don't want in our output */ var KNOWN_WARNINGS = [ -"App gpsrec data file wildcard .gpsrc? does not include app ID", -"App owmweather data file weather.json is also listed as data file for app weather", + "App gpsrec data file wildcard .gpsrc? does not include app ID", + "App owmweather data file weather.json is also listed as data file for app weather", "App messagegui storage file messagegui is also listed as storage file for app messagelist", + "App carcrazy has a setting file but no corresponding data entry (add `\"data\":[{\"name\":\"carcrazy.settings.json\"}]`)", + "App loadingscreen has a setting file but no corresponding data entry (add `\"data\":[{\"name\":\"loadingscreen.settings.json\"}]`)", + "App trex has a setting file but no corresponding data entry (add `\"data\":[{\"name\":\"trex.settings.json\"}]`)", ]; function globToRegex(pattern) {