Skip to content

Commit 1cef4fe

Browse files
authored
Merge pull request espruino#3704 from thyttan/master
sanitycheck.js: rm known warns re setting/clkinfo pertaining to the file not ending in `)`.
2 parents 1e32d09 + 036afc5 commit 1cef4fe

File tree

5 files changed

+4
-102
lines changed

5 files changed

+4
-102
lines changed

apps/bthome/clkinfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
}
1515
})
1616
};
17-
}) // must not have a semi-colon!
17+
})

apps/clkinfogpsspeed/clkinfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
]
2525
};
2626
return ci;
27-
}) // must not have a semi-colon!
27+
})

apps/clkinfomag/clkinfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
]
4747
};
4848
return ci;
49-
}) // must not have a semi-colon!
49+
})

apps/pongclock/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
}
4040
}
4141
});
42-
})/*(load)/**/
42+
})

bin/sanitycheck.js

Lines changed: 0 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -124,104 +124,6 @@ var KNOWN_WARNINGS = [
124124
`In locale test, long time format might not work in some apps if it is not "%HH:%MM:%SS"`,
125125
`In locale wae_CH, short time format might not work in some apps if it is not "%HH:%MM"`,
126126
`In locale test, short time format might not work in some apps if it is not "%HH:%MM"`,
127-
"App a_dndtoggle file a_dndtoggle.settings.js should be evaluated as a function but doesn't end in ')'",
128-
"App activepedom file activepedom.settings.js should be evaluated as a function but doesn't end in ')'",
129-
"App agpsdata file agpsdata.settings.js should be evaluated as a function but doesn't end in ')'",
130-
"App alarm file alarm.settings.js should be evaluated as a function but doesn't end in ')'",
131-
"App andark file andark.settings.js should be evaluated as a function but doesn't end in ')'",
132-
"App antonclkplus file antonclkplus.settings.js should be evaluated as a function but doesn't end in ')'",
133-
"App banglexercise file banglexercise.settings.js should be evaluated as a function but doesn't end in ')'",
134-
"App barclock file barclock.settings.js should be evaluated as a function but doesn't end in ')'",
135-
"App berlinc file berlinc.settings.js should be evaluated as a function but doesn't end in ')'",
136-
"App bikespeedo file bikespeedo.settings.js should be evaluated as a function but doesn't end in ')'",
137-
"App blc file blc.settings.js should be evaluated as a function but doesn't end in ')'",
138-
"App boxclk file boxclk.settings.js should be evaluated as a function but doesn't end in ')'",
139-
"App bthome file bthome.clkinfo.js should be evaluated as a function but doesn't end in ')'",
140-
"App bthrm file bthrm.settings.js should be evaluated as a function but doesn't end in ')'",
141-
"App carcrazy file carcrazy.settings.js should be evaluated as a function but doesn't end in ')'",
142-
"App chimer file chimer.settings.js should be evaluated as a function but doesn't end in ')'",
143-
"App circlesclock file circlesclock.settings.js should be evaluated as a function but doesn't end in ')'",
144-
"App clicompleteclk file clicompleteclk.settings.js should be evaluated as a function but doesn't end in ')'",
145-
"App clkinfocal file clkinfocal.settings.js should be evaluated as a function but doesn't end in ')'",
146-
"App clkinfogps file gps.clkinfo.js should be evaluated as a function but doesn't end in ')'",
147-
"App clkinfogpsspeed file clkinfogpsspeed.clkinfo.js should be evaluated as a function but doesn't end in ')'",
148-
"App clkinfom file ram.clkinfo.js should be evaluated as a function but doesn't end in ')'",
149-
"App clkinfomag file clkinfomag.clkinfo.js should be evaluated as a function but doesn't end in ')'",
150-
"App clkinfostopw file stopw.clkinfo.js should be evaluated as a function but doesn't end in ')'",
151-
"App clockcal file clockcal.settings.js should be evaluated as a function but doesn't end in ')'",
152-
"App cogclock file cogclock.settings.js should be evaluated as a function but doesn't end in ')'",
153-
"App counter2 file counter2.settings.js should be evaluated as a function but doesn't end in ')'",
154-
"App cprassist file cprassist.settings.js should be evaluated as a function but doesn't end in ')'",
155-
"App dane_tcr file dane_tcr.settings.js should be evaluated as a function but doesn't end in ')'",
156-
"App dragboard file dragboard.settings.js should be evaluated as a function but doesn't end in ')'",
157-
"App draguboard file draguboard.settings.js should be evaluated as a function but doesn't end in ')'",
158-
"App drained file drained.settings.js should be evaluated as a function but doesn't end in ')'",
159-
"App drinkcounter file drinkcounter.settings.js should be evaluated as a function but doesn't end in ')'",
160-
"App dtlaunch file dtlaunch.settings.js should be evaluated as a function but doesn't end in ')'",
161-
"App ffcniftyb file ffcniftyb.settings.js should be evaluated as a function but doesn't end in ')'",
162-
"App folderlaunch file folderlaunch.settings.js should be evaluated as a function but doesn't end in ')'",
163-
"App gassist file gassist.settings.js should be evaluated as a function but doesn't end in ')'",
164-
"App gbmusic file gbmusic.settings.js should be evaluated as a function but doesn't end in ')'",
165-
"App getup file getup.settings.js should be evaluated as a function but doesn't end in ')'",
166-
"App gipy file gipy.settings.js should be evaluated as a function but doesn't end in ')'",
167-
"App gpsrec file gpsrec.settings.js should be evaluated as a function but doesn't end in ')'",
168-
"App gpssetup file gpssetup.settings.js should be evaluated as a function but doesn't end in ')'",
169-
"App iconlaunch file iconlaunch.settings.js should be evaluated as a function but doesn't end in ')'",
170-
"App infoclk file infoclk.settings.js should be evaluated as a function but doesn't end in ')'",
171-
"App largeclock file largeclock.settings.js should be evaluated as a function but doesn't end in ')'",
172-
"App launch file launch.settings.js should be evaluated as a function but doesn't end in ')'",
173-
"App messagelist file messagelist.settings.js should be evaluated as a function but doesn't end in ')'",
174-
"App messages file messages.settings.js should be evaluated as a function but doesn't end in ')'",
175-
"App messages_light file messages_light.settings.js should be evaluated as a function but doesn't end in ')'",
176-
"App messagesoverlay file messagesoverlay.settings.js should be evaluated as a function but doesn't end in ')'",
177-
"App metronome file metronome.settings.js should be evaluated as a function but doesn't end in ')'",
178-
"App multitimer file multitimer.settings.js should be evaluated as a function but doesn't end in ')'",
179-
"App nesclock file nesclock.settings.js should be evaluated as a function but doesn't end in ')'",
180-
"App nightwatch file nightwatch.settings.js should be evaluated as a function but doesn't end in ')'",
181-
"App owmweather file owmweather.settings.js should be evaluated as a function but doesn't end in ')'",
182-
"App pebble file pebble.settings.js should be evaluated as a function but doesn't end in ')'",
183-
"App pebbled file pebbled.settings.js should be evaluated as a function but doesn't end in ')'",
184-
"App pongclock file pongclock.settings.js should be evaluated as a function but doesn't end in ')'",
185-
"App popconlaunch file popcon.settings.js should be evaluated as a function but doesn't end in ')'",
186-
"App poweroff file poweroff.settings.js should be evaluated as a function but doesn't end in ')'",
187-
"App puzzle15 file puzzle15.settings.js should be evaluated as a function but doesn't end in ')'",
188-
"App qcenter file qcenter.settings.js should be evaluated as a function but doesn't end in ')'",
189-
"App rebbleagenda file rebbleagenda.settings.js should be evaluated as a function but doesn't end in ')'",
190-
"App recorder file recorder.clkinfo.js should be evaluated as a function but doesn't end in ')'",
191-
"App rep file rep.settings.js should be evaluated as a function but doesn't end in ')'",
192-
"App saclock file saclock.settings.js should be evaluated as a function but doesn't end in ')'",
193-
"App sched file sched.settings.js should be evaluated as a function but doesn't end in ')'",
194-
"App score file score.settings.js should be evaluated as a function but doesn't end in ')'",
195-
"App sensortools file sensortools.settings.js should be evaluated as a function but doesn't end in ')'",
196-
"App shadowclk file shadowclk.settings.js should be evaluated as a function but doesn't end in ')'",
197-
"App shortcuts file shortcuts.settings.js should be evaluated as a function but doesn't end in ')'",
198-
"App simplebgclock file simplebgclock.settings.js should be evaluated as a function but doesn't end in ')'",
199-
"App slomoclock file slomoclock.settings.js should be evaluated as a function but doesn't end in ')'",
200-
"App slopeclockpp file slopeclockpp.settings.js should be evaluated as a function but doesn't end in ')'",
201-
"App smclock file smclock.settings.js should be evaluated as a function but doesn't end in ')'",
202-
"App speedalt file speedalt.settings.js should be evaluated as a function but doesn't end in ')'",
203-
"App speedalt2 file speedalt2.settings.js should be evaluated as a function but doesn't end in ')'",
204-
"App swp2clk file swp2clk.settings.js should be evaluated as a function but doesn't end in ')'",
205-
"App taglaunch file taglaunch.settings.js should be evaluated as a function but doesn't end in ')'",
206-
"App thunder file thunder.settings.js should be evaluated as a function but doesn't end in ')'",
207-
"App timecal file timecal.settings.js should be evaluated as a function but doesn't end in ')'",
208-
"App timerclk file timerclk.settings.js should be evaluated as a function but doesn't end in ')'",
209-
"App timestamplog file timestamplog.settings.js should be evaluated as a function but doesn't end in ')'",
210-
"App toucher file toucher.settings.js should be evaluated as a function but doesn't end in ')'",
211-
"App touchtimer file touchtimer.settings.js should be evaluated as a function but doesn't end in ')'",
212-
"App trex file trex.settings.js should be evaluated as a function but doesn't end in ')'",
213-
"App usgs file usgs.settings.js should be evaluated as a function but doesn't end in ')'",
214-
"App weatherClock file weatherClock.settings.js should be evaluated as a function but doesn't end in ')'",
215-
"App wid_edit file wid_edit.settings.js should be evaluated as a function but doesn't end in ')'",
216-
"App widalarmeta file widalarmeta.settings.js should be evaluated as a function but doesn't end in ')'",
217-
"App widbaroalarm file widbaroalarm.settings.js should be evaluated as a function but doesn't end in ')'",
218-
"App widbatwarn file widbatwarn.settings.js should be evaluated as a function but doesn't end in ')'",
219-
"App widbgjs file widbgjs.settings.js should be evaluated as a function but doesn't end in ')'",
220-
"App widdst file widdst.settings.js should be evaluated as a function but doesn't end in ')'",
221-
"App widgps file widgps.settings.js should be evaluated as a function but doesn't end in ')'",
222-
"App widhrm file widhrm.settings.js should be evaluated as a function but doesn't end in ')'",
223-
"App widmp file widmp.settings.js should be evaluated as a function but doesn't end in ')'",
224-
"App widsleepstatus file widsleepstatus.settings.js should be evaluated as a function but doesn't end in ')'",
225127
];
226128

227129
var apps = [];

0 commit comments

Comments
 (0)