sanitycheck: record known non-json storage files
parent
76b7a1194a
commit
3defe2f04e
|
|
@ -95,6 +95,9 @@ var KNOWN_WARNINGS = [
|
||||||
"App gpsrec data file wildcard .gpsrc? does not include app ID",
|
"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 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 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) {
|
function globToRegex(pattern) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue