From f96050d3bfd08df8f6af3ac81b91442d16f3a1dc Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 13 Mar 2024 11:51:59 +0100 Subject: [PATCH] Exempt apps with undefined variables --- apps/lint_exemptions.js | 1070 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 1008 insertions(+), 62 deletions(-) diff --git a/apps/lint_exemptions.js b/apps/lint_exemptions.js index d9cff2806..b8a2efac6 100644 --- a/apps/lint_exemptions.js +++ b/apps/lint_exemptions.js @@ -8,7 +8,8 @@ module.exports = { "waternet/app.js": { "hash": "a03fbfc731811f8cc9ea8c96781ff7fe46532c5f9e628b317892069e43b97012", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "tabata/tabata.js": { @@ -20,31 +21,36 @@ module.exports = { "speedalt2/GPS Adv Sports II.js": { "hash": "1b0dff5c4ebe0c8042dec9456f809ebaada379357188b8a18dc17a144ee8c071", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "timerclk/alarm.alert.js": { "hash": "2d422f738c044dcf0d6a43712c672dccc0ad4f2d0a877ee11f0a96ec3d939714", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "spacew/prep/split.js": { "hash": "06f25475a3765417e42dc7638ee500b546d3ce75ac28b39b8b836c0aee2ea2cb", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "spacew/bench.js": { "hash": "428a741d8dfba625cb1d2958dab3b6c7b0ca05f582b00e06ec9f7f495658beb6", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "spacew/app.js": { "hash": "6467f44962655f10a649226a2ea180a3662308146d2f19d15903a16ae081d282", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "smclock/app.js": { @@ -56,17 +62,19 @@ module.exports = { "sleepphasealarm/app.js": { "hash": "d234fea5d711ae5a149879e53b28bc9002860c6b6a75285e1fc04093fe400a88", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "sleeplog/settings.js": { "hash": "bd5e3e1382321df6682ef1cb718b0e15ab355422bef77278eb086f213f643021", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "showimg/app.js": { - "hash": "98975f1cdec81d982d1ee8ca23e38f6851c12c2ccf57c4503c449d20f747e9cf", + "hash": "71cbbaa488e2d08c5bf28f7d56178d5e7694eb9761cd4752bbc9733e825d4bcf", "rules": [ "no-unused-vars" ] @@ -74,13 +82,15 @@ module.exports = { "sensible/sensible.js": { "hash": "4b8b4417c352d7a86f39653c812356c36e56770e44051d645c522f986e98abfe", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "rpnsci/app.js": { "hash": "e5bf536babe9b30e7f40b03826d7052aec98f806a7ab3b80b10438e9bf2cc61b", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "recorder/app.js": { @@ -90,7 +100,7 @@ module.exports = { ] }, "podadrem/app.js": { - "hash": "8d02fced6187142b7943c63ddefd874700d0a8731d49121de06d211959db58c4", + "hash": "f7392e74974f69553aade2dcc07527b5d3b71a9b84e6dc5e0dd995e78dff8007", "rules": [ "no-unused-vars" ] @@ -104,25 +114,29 @@ module.exports = { "mtnclock/app.js": { "hash": "c48e3ed1a605e6a131e5947718e26cc9481c6eeab36c5670bb74f0c58cb96cd8", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "mmonday/manic-monday.js": { "hash": "2eff38d4d1cde2b9f17800a554da58300a6250de3e014995a6958a11bcb5b76a", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "mixdiganclock/mixdiganclock.app.js": { "hash": "97beda5daa3b6e60f27dcad1230dd49a9c3b3e81cf55d644496c797fbef1256f", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "legoremote/app.js": { "hash": "af12068cd1b84369aa8416a82e9335298f6a4b69b56aa7bc70b9eb0d91e6d78e", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "lightswitch/settings.js": { @@ -150,7 +164,7 @@ module.exports = { ] }, "wristlight/app.js": { - "hash": "422b63acf557ac81beb0f0d08d85a8988a004752e74b50a08e23c97293351d0b", + "hash": "7400a20766b3f3cd837c29ce09c8dbb5bca19a854392fd2b907d7ac058888e2f", "rules": [ "no-unused-vars" ] @@ -164,29 +178,33 @@ module.exports = { "waypoints/waypoints.app.js": { "hash": "ff02639eb8f81784c942093d57d254295e2c78918adb4bcffdf0d0284ebfac55", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "timerclk/timer.js": { "hash": "f44702e61ad833b53fb28d222ff0fbd77d0307c6eb69c5ecebb8626a1cb20ed4", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "timerclk/stopwatch.js": { "hash": "92838c03923e162c0e9ab4f37ca0220a1fee61ed16cba1d38c79d7bdd0e18765", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "timerclk/alarm.js": { "hash": "6f521742cc6a6d6f215e499084a596ffc3494d1e1f950b204368c051a18773de", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "speedalt2/app.js": { - "hash": "8cf396b8c2b3a449635274d537ac12dda88a829fd32336e6c2c0cd85e7f56b2d", + "hash": "0340a957d78e772467e50874f52817e27be9c52a1257ca38dab5892df15a8e3c", "rules": [ "no-unused-vars" ] @@ -194,29 +212,32 @@ module.exports = { "skyspy/skyspy.app.js": { "hash": "49a727a4c052e8c6322a502750ca036b0d58896f476b1cffebe9c53e426c8bcc", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "sixths/sixths.app.js": { "hash": "b4572a529b31a5edcbd6ca5843b91c54abcbf75b2a28e90bd33751f7d6a3ebcd", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "scribble/app.js": { "hash": "6d13abd27bab8009a6bdabe1df2df394bc14aac20c68f67e8f8b085fa6b427cd", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "promenu/boot.js": { - "hash": "8b0ed99c61c877348365d9ec50f904744f4694c5e2c0a93200e998955034ed0f", + "hash": "21ee195418a13c0ed584381542a6132928cdd2d007ec7078ce6fe4650c6fdd19", "rules": [ "no-unused-vars" ] }, "promenu/bootb2.js": { - "hash": "558ab22819c2bc83ebf97c960c4fa494fccccbc894f1582f28972dbf8f563170", + "hash": "4f7a0cb285c35a61e22325dafdd548845393df8d952d8934b04576efb4b19561", "rules": [ "no-unused-vars" ] @@ -230,13 +251,15 @@ module.exports = { "oxofocus/app.js": { "hash": "cd29309373974ef038725e26d8a2ff2634a437c89cdffc3b12defd65a948db75", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "orloj/app.js": { - "hash": "9240830a097ba545fdbdb06305817234e30238bf2fbb8fbb47af83897cd588a9", + "hash": "fa43f035d759ba94f564392f410c0c6c485bb41a33c062f03d666738d517ccf3", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "nixie/m_vatch.js": { @@ -248,31 +271,36 @@ module.exports = { "moonphase/app.js": { "hash": "0e78c9ec9e7ab04f22f1838fcf033691024c8734de23f8d8dd51d6f11c30a2f2", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "lcars/lcars.app.js": { "hash": "a305f73ee4e77b6534746ea79e699f700fd3db305f2b0289ef081d8869e1faf1", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "widagps/widget.js": { "hash": "a58cdc481962575ef0aa0bfaedcc1f9de3ce966218c5b16168d8ed8b4b9672b8", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "sleeplog/app.js": { "hash": "336da552e4b04677447cf76a253b40bc259a597ea11d455121933f93afe99794", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "recorder/widget.js": { "hash": "b48698bab90fc4f38f880b6663eda108b8d31ce929ba1d32d815aa4ec8c74bca", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "qmsched/app.js": { @@ -294,7 +322,7 @@ module.exports = { ] }, "ohmcalc/app.js": { - "hash": "ac1ac172c9c4f9c4faf9bc2ce8ad7dd51ecd9a5c38f28a107d39f0c86a836899", + "hash": "c7bdea47cb54ec00335d44968f1a4bb1869786584e247739828930b97e60b963", "rules": [ "no-unused-vars" ] @@ -308,25 +336,28 @@ module.exports = { "messagelist/app.js": { "hash": "a76b5cc3ddcdbd60a9979972f274a717a901ea65e108545b13d415740a71b4e0", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "imageclock/app.js": { "hash": "198ad2d18b41ba30e3ee2545372c84ba443cec7d6f9ce4e9ca494defc9476a8e", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "hworldclock/app.js": { - "hash": "e4c34cc76e242541156006952a2cf05427feb0fbe70ae55a1afb9bd0e1d5fae1", + "hash": "fcdf876d291ec8ad4a2a98871c948bcc055e05ab60b6ef475fffb4e41e9560bc", "rules": [ "no-unused-vars" ] }, "homework/app.js": { - "hash": "f367470e50c9105ee1f48c3193c605293338c35bd1ae1488467404270a20747c", + "hash": "4bc5694ed77e47f116d2b9cbdb5083c6b218e09899809f977f1a2cbcc53318cf", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "hidmsicswipe/hidmsicswipe.js": { @@ -344,7 +375,8 @@ module.exports = { "gpstrek/app.js": { "hash": "9c941a29790dd642579478bf4b19a2afd5473a782d07fafd2c8113b2d7392bec", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "gpstouch/gpstouch.app.js": { @@ -366,13 +398,14 @@ module.exports = { ] }, "golfview/maptools.js": { - "hash": "2c3bdb849dce1710863693f2370f7fb32070a7c3bec915d8d2ef8106fda937d8", + "hash": "d206f529eda5aae66d23e51f33c253ae78fb764786520c3d36e6c516449a72e4", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "golfview/golfview.js": { - "hash": "76d8a7743122a63bd82c8e95c234229261829b465a4bc998cdc9e45860ec7fc4", + "hash": "e4f8d95394eca46fa7e50bff02c321149497e4726ae76936b08a32cf7062bba9", "rules": [ "no-unused-vars" ] @@ -392,13 +425,15 @@ module.exports = { "gbmusic/app.js": { "hash": "c36e9ccf6813264000732cf8aae5b16bb63afafb3bdc81f6f98d670c008b3416", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "gbdebug/app.js": { "hash": "5372409dd09a1b165b009afc7dc9af24d4be223ffc6507a3f6e1cbb694a3eeec", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "gallery/app.js": { @@ -434,11 +469,12 @@ module.exports = { "doztime/app-bangle2.js": { "hash": "81592fe1bc6537f80d7dbe7b2e8145924d2400f98ea780c68dd5bd9694376c8a", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "devstopwatch/app.js": { - "hash": "bb75693cc6ed2ffef0d227a40b53079e06d1ebcc7c2d9eed671b5401a8e06433", + "hash": "28ca59e605f280a2d8fd4a74f553783205d51f8bb7042d6f51cf8ec11d44c264", "rules": [ "no-unused-vars" ] @@ -464,13 +500,15 @@ module.exports = { "chronowid/widget.js": { "hash": "1056a77f508708a6667e7ae3d201add1d747a1ea4eeab2b3b8afce24a97f1e65", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "cliclockJS2Enhanced/app.js": { "hash": "056b4eeddbabbcf0f94db83d188e55dc0008bccb3913af76e31236e74a780aa1", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "chrono/chrono.js": { @@ -480,7 +518,7 @@ module.exports = { ] }, "chess/engine.js": { - "hash": "5ab335ed76f39b69e5b3436325229d8b3bd2c20a5da6d32bcb7c194f79c9f89c", + "hash": "7a3e08b2d76fea014eef50485871c56348335681109cf2d57b0dd272434d706b", "rules": [ "no-unused-vars" ] @@ -488,7 +526,8 @@ module.exports = { "animclk/create_images.js": { "hash": "05a222b265effe46b2c7a9cc0822c6c4cd86335d5d3a0cecce5fdd15d5e09b9f", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "calculator/app.js": { @@ -504,7 +543,7 @@ module.exports = { ] }, "bowserWF/app.js": { - "hash": "ec1e9fabf53e16dc91b19d305616ae0dfd879c32c3b1116da97928ebb8d2eb56", + "hash": "83feae92eda4c25028892b5b8b7d1b04f7ec3bb45f51eeba517a80b3ab2053cf", "rules": [ "no-unused-vars" ] @@ -512,29 +551,33 @@ module.exports = { "blackjack/blackjack.app.js": { "hash": "392382463c90b11b31818e974c3198ed4ec4ed681c9668b4a39865ab055d68ad", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "blackjack/appb2.js": { "hash": "d2e866a297811dfec4cba834c996e1e085421820673a038a9a9e9d438e4fabf9", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "astral/app.js": { "hash": "a210269f0d57eb496a3b75cfc4550676f9d7e85a697c77e18f41bf02549179e3", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "ballmaze/app.js": { "hash": "cd493a329063e879f44ead211cbecb4ca25da2d5c40b65ba05d6e9b2b91ff8a5", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "astrocalc/astrocalc-app.js": { - "hash": "00e29864b2bfeec7f11bd8509181b26f7916c25dd4a777abfe1fbd555822983d", + "hash": "29f978064e42f947b36c94ab3f212512fb5d0a41fa265354c6039e2cf042b92c", "rules": [ "no-unused-vars" ] @@ -542,7 +585,8 @@ module.exports = { "HRV/app.js": { "hash": "265b4b0272c43126670b5026079711354cee0a211096bcd2c18139b7a3ee774a", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "locale/locales.js": { @@ -554,13 +598,15 @@ module.exports = { "sleeplog/lib.js": { "hash": "755e0d4c02b92181281fd6990df39c9446c73ff896b50b64d7e14cb1c0188556", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "doztime/app-bangle1.js": { "hash": "1e9598c201175180ae77d1c3bc47e8138b339b72eb58782b5057fb7aefdc88a1", "rules": [ - "no-unused-vars" + "no-unused-vars", + "no-undef" ] }, "carcrazy/app.js": { @@ -574,5 +620,905 @@ module.exports = { "rules": [ "no-unused-vars" ] + }, + "widsleepstatus/widget.js": { + "hash": "ba6383eb250baae93b8ee2509f3d841fc735f0e87ba06bfc855ec16f11ba91b1", + "rules": [ + "no-undef" + ] + }, + "widbt_notify/widget.js": { + "hash": "16372ffcbc6bd1419ca326c7da40c2195f82a4bfceb6f123c15872624c4f0adf", + "rules": [ + "no-undef" + ] + }, + "widbgjs/widget.js": { + "hash": "9852ce9aafb0a1ca3029d497282c8cdf07438ea36a3323313bad5b7569b1081b", + "rules": [ + "no-undef" + ] + }, + "warpdrive/app.js": { + "hash": "c2f9113c4d298a3021ec4bc0bc5f5d1bcd88267b4fa2acc03ae17d6447ed7d00", + "rules": [ + "no-undef" + ] + }, + "usgs/settings.js": { + "hash": "af1b7bc7e041c1e6988b407b6c8ee66dbd6a0e181a20caf102d2abdb6dbd5ac0", + "rules": [ + "no-undef" + ] + }, + "usgs/app.js": { + "hash": "d02d04181bb0b6a49ff85e59255b09d4bf63a674db9312912bf39f344af5cabe", + "rules": [ + "no-undef" + ] + }, + "timerclk/timer.alert.js": { + "hash": "319b1e8779325199fa17136da5dc486786d9e05255ab917e8d65255405cb619f", + "rules": [ + "no-undef" + ] + }, + "timecal/timecal.app.js": { + "hash": "9ad04daff299db71901a07d2d1d5116e273287041e9c342c3cd7a4b67db12936", + "rules": [ + "no-undef" + ] + }, + "tictactoe/app.js": { + "hash": "ab459d8ceff1cbcf8fb10360dcfd3cef8130b59500adf404cf443f81e145099e", + "rules": [ + "no-undef" + ] + }, + "thering/calc_precentages.js": { + "hash": "90a1e2e6c3fe94c7929352fc2079f176a143c5aae681ae2c634324b4a782419c", + "rules": [ + "no-undef" + ] + }, + "tetris/tetris.app.js": { + "hash": "28299187d19e3646ea071a970b9bb9308027d1d31f61957d4a27c9b5670bd381", + "rules": [ + "no-undef" + ] + }, + "testuserinput/app.js": { + "hash": "83ec7fe0b9f0590715d47fc362fe48caf5b33af0f3d840acc70f16be72a0cef9", + "rules": [ + "no-undef" + ] + }, + "terminal/app.js": { + "hash": "19d4913fed5a8817e3e60caf04aa6b45413ed683cf5b2c5b6859bd9080d37a34", + "rules": [ + "no-undef" + ] + }, + "tempgraph/app.js": { + "hash": "594ee481fb06bcee226ff2e9adff49543a4fb94985a434a99066c5898f205a43", + "rules": [ + "no-undef" + ] + }, + "taglaunch/app.js": { + "hash": "944689f0600e59bbe4d9e5e2684baeefabe4457a6edd938aae451dc4cd659ad3", + "rules": [ + "no-undef" + ] + }, + "tabanchi/app.js": { + "hash": "6ad6dc1d6b0f539f9f659d5773b5a26d19eb6dacafe7b4682469e6f3c412647e", + "rules": [ + "no-undef" + ] + }, + "swp2clk/settings.js": { + "hash": "2d9de7ffdf171f6e7b058741046c8a326cf9d5dba651f52fcdb523214b08d626", + "rules": [ + "no-undef" + ] + }, + "sunclock/app.js": { + "hash": "54f49294816e06907003a71289a8b79641b1cd082044fb22bb4c4b80f6845459", + "rules": [ + "no-undef" + ] + }, + "stressless/app.js": { + "hash": "5eb7361a7b92d9c6c3eb3aba418161c680873f12a48a4b52b08dd1c6abc71b96", + "rules": [ + "no-undef" + ] + }, + "stetho/stetho.js": { + "hash": "2fa9afb115cecdeba584195b1eba2ff2a85ff1f6fc012f1e6af50887c5db0fcd", + "rules": [ + "no-undef" + ] + }, + "stepo/app.js": { + "hash": "67f620970949011b962fb2a2a1bc9fe44cf2dee2e3342d9c6b3399318d6dbc17", + "rules": [ + "no-undef" + ] + }, + "spotrem/app.js": { + "hash": "35f3ee5371acde28427fd01e191ff58108d3d9e4db1a221dca081b7a7b9c3c77", + "rules": [ + "no-undef" + ] + }, + "speedalt/app.js": { + "hash": "2c8a2c0d7f60a8c25ee86e943f59df8fb5816ceac00e9e077220227d8885b133", + "rules": [ + "no-undef" + ] + }, + "spacew/prep/minitar.js": { + "hash": "573da8daeb53099d7122525e1e424f8d6fcdf928d0cec4fd8955a4e185a1cfe9", + "rules": [ + "no-undef" + ] + }, + "sokoban/app.js": { + "hash": "57f0b0fc0be15e6b4934467dbe3b786b564de9f05d21ab8419dc044f42ca2f9c", + "rules": [ + "no-undef" + ] + }, + "snek/snek.js": { + "hash": "b278a2b65b84d30c556abc5110bf7b3217d1f2fd5df3fccdb98dbc5a0e31eb38", + "rules": [ + "no-undef" + ] + }, + "slopeclockpp/app.js": { + "hash": "f6e3f6723ed4fc71a3cacb3d24ec4fb47447a65d495adccb9d86333c19d4d0bd", + "rules": [ + "no-undef" + ] + }, + "slopeclock/app.js": { + "hash": "fe29b4674b3e3a791898fd2067acc7c0fcb433dc8d4a8e8e3338c6d42a6c468f", + "rules": [ + "no-undef" + ] + }, + "sleeplogalarm/settings.js": { + "hash": "453935949ffcceddfc640a02263e4aff440751566555bd27bf6c22774ebf4703", + "rules": [ + "no-undef" + ] + }, + "sleeplogalarm/lib.js": { + "hash": "9f865aaf07755f52b4cdc52fb884784bfec0404b271a48868d489403290bbbd7", + "rules": [ + "no-undef" + ] + }, + "sleeplog/boot.js": { + "hash": "b4c9d8e3c3e7cdf44ea10e29a9e3b53f958b86c21ca91d88e4efb85901c3bde9", + "rules": [ + "no-undef" + ] + }, + "scicalc/app.js": { + "hash": "416c7b2eb12a5d10bcc3a99d89d8f6f54ecd2b47cce2d1f4d55c3e3bc602b31a", + "rules": [ + "no-undef" + ] + }, + "schoolCalendar/fullcalendar/locales-all.js": { + "hash": "475805ad0fda6abafcaf2101619d6328ab2ef0bd758e2354983310c969a8e222", + "rules": [ + "no-undef" + ] + }, + "runplus/karvonen.js": { + "hash": "3011bbc5afc3e17bb873f4544d680acc8765105dd825417eadb01047ecadbcb7", + "rules": [ + "no-undef" + ] + }, + "rescalc/app.js": { + "hash": "925f00a439817fadf92f4e7a7fcd509eb9d9c7e1e4309e315ea92a6881e18b4b", + "rules": [ + "no-undef" + ] + }, + "regattatimer/app.js": { + "hash": "8d579cc62d82599f776e5e230651f03481f18c3934f35f4fedfb6382a46db861", + "rules": [ + "no-undef" + ] + }, + "ratchet_launch/app.js": { + "hash": "592d432301d7836aa54e288d465ae8952ecb891d628f824ea9f62479a2a01631", + "rules": [ + "no-undef" + ] + }, + "rclock/rclock.app.js": { + "hash": "8e698787730601a1bba71aff03204c2adfaf7eeb77b35dc706534755f63f613b", + "rules": [ + "no-undef" + ] + }, + "qrcode/qr-scanner-worker.min.js": { + "hash": "c1dae679244ade99e144b74a9b2d18d27e1066c69b772f34fd77ec30876b6599", + "rules": [ + "no-undef" + ] + }, + "qmsched/lib.js": { + "hash": "02b6c99f1c31b58552bbab67ff655a902bb37fd54497ba1dbbd9b9bb81912423", + "rules": [ + "no-undef" + ] + }, + "qalarm/app.js": { + "hash": "f8b2d296af5e034f1e596ac30716192b2ecdf39acac2d10e347cdbfc8040f3c8", + "rules": [ + "no-undef" + ] + }, + "puzzle15/puzzle15.app.js": { + "hash": "fc1e5c8f888aa5635ac2c55670f42f3aa1f8abb712379aa0a563f421c4d5d662", + "rules": [ + "no-undef" + ] + }, + "presentation_timer/presentation_timer.app.js": { + "hash": "edb5e46a495bbe65843ec29c079eb401458439b2c5642a713e5d4a7fa80a0bcb", + "rules": [ + "no-undef" + ] + }, + "pomoplus/common.js": { + "hash": "52d7d91b6e5107158b78e5707d6a078490a9a09569669ea8f7c2eb88461b1004", + "rules": [ + "no-undef" + ] + }, + "pomodo/pomodoro.js": { + "hash": "7321de537188d707844da5150e36c6d83db53d95226cc4ec275a6f62988df38e", + "rules": [ + "no-undef" + ] + }, + "planetarium/planetarium.app.js": { + "hash": "0fef48b9b56c9706136a4c1cd0aae1be42821bf061ef33a77491f1275199c622", + "rules": [ + "no-undef" + ] + }, + "pinsafe/app.js": { + "hash": "624b3e70159e0d7eff05fd444d77b9f4fadb0796b878473b61c5b79912303fbe", + "rules": [ + "no-undef" + ] + }, + "pie/app.js": { + "hash": "ff72f99338eaa2004a0b912de1997859353b9e6347c82c570079d562bd749ada", + "rules": [ + "no-undef" + ] + }, + "pastel/pastel.app.js": { + "hash": "c5d2f1e179a7c0dec451e590659ff3080249d59d069b3b738c20dd6068ac98ce", + "rules": [ + "no-undef" + ] + }, + "owmweather/settings.js": { + "hash": "e1df731fee42428a0a45e8bba2415d48c82b357df56806555bab70682f1e7236", + "rules": [ + "no-undef" + ] + }, + "owmweather/boot.js": { + "hash": "10fe98e871a7df3338fc764d62ac4db65c20c44774aad112f5faf26c7497f78e", + "rules": [ + "no-undef" + ] + }, + "openwind/app.js": { + "hash": "91bfda771bd5cc3127ede3b52f5f088b733ac9e7fc2d8dff4f1d732e66a8af47", + "rules": [ + "no-undef" + ] + }, + "openloc/app.js": { + "hash": "d312cc117410f72407ad1e1ffcb0f76d5e2601c5e9f82a318bc4b979eb1d887d", + "rules": [ + "no-undef" + ] + }, + "omnitrix/omnitrix.app.js": { + "hash": "5de9fb74c9a33d0c35d1cd6260c954cd5e2c9352da3b53406acd6eea9e7e1971", + "rules": [ + "no-undef" + ] + }, + "numerals/numerals.settings.js": { + "hash": "5a35ba644c88f778633e123b9c0e7c931914ae4cf2f260a8d1a322666b07f826", + "rules": [ + "no-undef" + ] + }, + "numberchaser/app.js": { + "hash": "5d152fc1d62e171fa09d3312f05ec1dc397b71ab187b1dcff3e88334dc77c66b", + "rules": [ + "no-undef" + ] + }, + "noteify/app.js": { + "hash": "f0a403bcae6d1d4b9c019dc4ab335f9936c782115010a5e5f9e0cf7db2e9cb50", + "rules": [ + "no-undef" + ] + }, + "neonx/neonx.settings.js": { + "hash": "39df1566e1e4fb139076c34f1db098304b973f1c1df0d60ba655942b21b948af", + "rules": [ + "no-undef" + ] + }, + "mywelcome/app-bangle1.js": { + "hash": "d569916d2a07f067c96ab45f23b12bf68579c9861927613e228c4536485c1454", + "rules": [ + "no-undef" + ] + }, + "multidice/app.js": { + "hash": "4657e0c1a72c555426561f4395febea280d4140cfeba19429c4f0c4737caf7f5", + "rules": [ + "no-undef" + ] + }, + "mtgwatchface/app.js": { + "hash": "7f5ffbd611368003fced26cab9e42dee2bb66b615176ca075198aaf6417b21c9", + "rules": [ + "no-undef" + ] + }, + "mmind/mmind.app.js": { + "hash": "fc9506070d08611f0f2b589b851d93da828bd64f6ad169047ff69691f6575867", + "rules": [ + "no-undef" + ] + }, + "mitherm/app.js": { + "hash": "6e207eced2154ef2a8e510233b9132d338104606c97337f3c7d18db4107bc0a5", + "rules": [ + "no-undef" + ] + }, + "miclock/clock-mixed.js": { + "hash": "712bf8d58dc9f3c7c7b5e063eb78ad243da2ae8bdbdacb19c4f15204c8b5d1e7", + "rules": [ + "no-undef" + ] + }, + "metronome/metronome.js": { + "hash": "78fd7e9466300aeae10ec66c078e2f23c52af6f5d18558efa3d406763059072a", + "rules": [ + "no-undef" + ] + }, + "messagesoverlay/lib.js": { + "hash": "16b61778a78b52043d32adaeca25591aa695d171b91dcef2313ce26ccf5f4495", + "rules": [ + "no-undef" + ] + }, + "messages_light/messages_light.listener.js": { + "hash": "8226cf170d50a30257f3dfdc1dc7cc0e54539aaad263e21340f6d7aa91db8f65", + "rules": [ + "no-undef" + ] + }, + "messages_light/messages_light.app.js": { + "hash": "517584cd07b401a1d43a54ae88cc3870f099de7e8ae2aa1cacef3bf5cc1649f2", + "rules": [ + "no-undef" + ] + }, + "messagegui/app.js": { + "hash": "6ffb405ae2f1e62f5d1ff19888cbfd71e40850752ea8c49a1cc2e358fca7de80", + "rules": [ + "no-undef" + ] + }, + "marioclock/marioclock-app.js": { + "hash": "d46990c757fd217593c6966c82f421bcd51a4d073109dea2cbc398a0f6064602", + "rules": [ + "no-undef" + ] + }, + "limelight/limelight.app.js": { + "hash": "4415ede30b8414a2373a1037168a371470b385c05040a2f2556d3d2fcf52e400", + "rules": [ + "no-undef" + ] + }, + "launch/app.js": { + "hash": "7d5b7d7f2adbe4c8c137f76b6560a06437ab142cfeffb3f0ff261f1250a6b687", + "rules": [ + "no-undef" + ] + }, + "kitchen/stepo2.kit.js": { + "hash": "b7660bef1a2560f23ff696b03d297cdd39936ca61c01b3d0a316d49f9cf72590", + "rules": [ + "no-undef" + ] + }, + "kitchen/stepo.kit.js": { + "hash": "4160dcd4b95295f44de3bc9b8fb4ce1ad8f12592001f5dcb3771f22741b145f9", + "rules": [ + "no-undef" + ] + }, + "kitchen/kitchen.app.js": { + "hash": "1ef7b31e52110e34fb952d7ba0426c8bd9574e5f18be9fbc3b8ad1cc762dda21", + "rules": [ + "no-undef" + ] + }, + "kitchen/digi.kit.js": { + "hash": "e1acdef5e41103793c397aa8fdda73e9b10d2432a84d95da48d4730ad55edb4e", + "rules": [ + "no-undef" + ] + }, + "keytimer/keypad.js": { + "hash": "26df9a67b28d3767c7bfe6bb597c6bbb0c70f77fe29f4b21e99c24de62c84586", + "rules": [ + "no-undef" + ] + }, + "keytimer/common.js": { + "hash": "5cd0e0e924eefa951240330eaf483338003fcb0cc106d140210a8605172e4bb8", + "rules": [ + "no-undef" + ] + }, + "kanawatch/app.js": { + "hash": "01c3fede367b7cbdbaf6b532ebfd4e6ffff61b2e20ce44b25dd04117853a44f2", + "rules": [ + "no-undef" + ] + }, + "ios/boot.js": { + "hash": "875f34ea333f9e1c28dd0cf0c0a73ec7003bd8f03e2ed6632b7978ce7b5f5c7e", + "rules": [ + "no-undef" + ] + }, + "infoclk/settings.js": { + "hash": "56adc3eff3cbc04dd08238ed7e559416ebbc7736c872070c757d70bf5f31b440", + "rules": [ + "no-undef" + ] + }, + "infoclk/app.js": { + "hash": "27cc368eb1be14658db7fd482e78c4bc7673e2a1c68bc3a1a5f7c7e29915ca88", + "rules": [ + "no-undef" + ] + }, + "imageclock/demomode.js": { + "hash": "8abf4190406be6b5c9699cbf77aa7fc3a351f16212fc8809b8ed02e4fca691eb", + "rules": [ + "no-undef" + ] + }, + "hrrawexp/app.js": { + "hash": "12d88a46a0006792b92735c6850866d09bf6a7dcae7f2cc457a49b27f618c32f", + "rules": [ + "no-undef" + ] + }, + "hrmmar/fftelim.js": { + "hash": "96fa4fd14ff0f6dc5eeda903c6a7b27e71a8e845ed3f0c2b1cafb8e1e53bb405", + "rules": [ + "no-undef" + ] + }, + "hrm/heartrate.js": { + "hash": "beb8e433f10d3639b343b060f0d5583ea665445f92b2171daff7612eaf135596", + "rules": [ + "no-undef" + ] + }, + "hebrew_calendar/app.js": { + "hash": "3077d581b9fcf73816e265e61105a0692356b89e8ed41a82be51960ae26fc8de", + "rules": [ + "no-undef" + ] + }, + "heartzone/app.js": { + "hash": "0eab7e375ba25992b335a2589f80ce341b830cf0ae206c21eec664883f4e7de0", + "rules": [ + "no-undef" + ] + }, + "health/app.js": { + "hash": "6d612eed04ee5a844be6ad47c326624cd3e204fecf1c28c99a57ca963b3d7a7b", + "rules": [ + "no-undef" + ] + }, + "hassio/hassio.app.js": { + "hash": "b8fbb03cf4a7595299e65a46c4f850394bf57cd4cba879d5524eafbf40ccc32e", + "rules": [ + "no-undef" + ] + }, + "gpstouch/geotools.js": { + "hash": "5816fbb2dd630f574e5ee505e1b9ec6f80c3c53778b7a5520e5db28b91cdffc5", + "rules": [ + "no-undef" + ] + }, + "gpssetup/gpssetup.js": { + "hash": "a63f670f4adf04895e6837270fcf19bd56f0a6d049cfb8e3ad8928c283d1bfd3", + "rules": [ + "no-undef" + ] + }, + "gpsinfo/gps-info.js": { + "hash": "1eb77f45d4182613879b8214dc174f84c7333b4a541c2b43cba6014a16f470ee", + "rules": [ + "no-undef" + ] + }, + "glbasic/glbasic.app.js": { + "hash": "7d12a030d6f0ef69a0e5a9783229fd49c0a6a06bf751e3ac562145d2ce8350e9", + "rules": [ + "no-undef" + ] + }, + "gipy/app.js": { + "hash": "41f342e8ef6f2a87b3aea19b75ee45cfdfeff723b94281049e3ae0ec89cddba5", + "rules": [ + "no-undef" + ] + }, + "geissclk/precompute.js": { + "hash": "2317812a9e348e7883e93a4be9e294ad7accd4dc3f0e31ee00343e2412030f98", + "rules": [ + "no-undef" + ] + }, + "gbridge/sample_messages.js": { + "hash": "4d0139c7575cdd817338beff88cdb299caba555c5e3666535f92abc76643e466", + "rules": [ + "no-undef" + ] + }, + "gbmusic/boot.js": { + "hash": "1bf553c4c3452eae3930b4a08cd3e01efc2686fcb19fd2c4f9aa949b7768ff4c", + "rules": [ + "no-undef" + ] + }, + "gallifr/app.js": { + "hash": "710063b833ce75cae54a6d0b3309653c59ae5d0e4c2cccd930921621a74f316c", + "rules": [ + "no-undef" + ] + }, + "fuzzyw/fuzzyw.app.js": { + "hash": "dbef30fe5639a240ada0968491c73242092bd2db7f3b060ef9c2f66a6cbbb19d", + "rules": [ + "no-undef" + ] + }, + "ftclock/mkFourTwentyTz.js": { + "hash": "c1db4878121aea068481bcdb83a2725755032c6a56250c698fe2d5f96135cd7c", + "rules": [ + "no-undef" + ] + }, + "fontclock/fontclock.js": { + "hash": "478c96b1319d548a79727c5af3191b77ac9753c6314789570e900e512a99a152", + "rules": [ + "no-undef" + ] + }, + "fontclock/fontclock.hourscriber.js": { + "hash": "eed20b508d336d24b827a8fb7954f7f4bc67bc85a6f3fc7c08aba9ef886c7f03", + "rules": [ + "no-undef" + ] + }, + "flightdash/jquery-csv.min.js": { + "hash": "cc6a3425b6794a7eb053be8cc952f44eb51952ae462d76859cc4027bf852c152", + "rules": [ + "no-undef" + ] + }, + "flightdash/flightdash.settings.js": { + "hash": "bff26577f949c2b92405b0c2f073c69c4901f855b7d5d4deffb756f5a7fef424", + "rules": [ + "no-undef" + ] + }, + "flightdash/flightdash.app.js": { + "hash": "a140a630986fbaaf3845c3623e645a99d035a31c2cc8500948ad33b7e4e23a8a", + "rules": [ + "no-undef" + ] + }, + "fileman/fileman.app.js": { + "hash": "f378179e7dd3655ba7e9ce03e1f7fd5a2d1768ad7d9083b22e7d740405be842a", + "rules": [ + "no-undef" + ] + }, + "flappy/app.js": { + "hash": "e24b0c5e0469070e02dae00887bf50569c2c141a80c7c356b36987ddf68ce9cc", + "rules": [ + "no-undef" + ] + }, + "drinkcounter/app.js": { + "hash": "6652cbf7d08583a5b6a07b90a89004f419adbc378673cd1f134c74976f5c421f", + "rules": [ + "no-undef" + ] + }, + "drained/boot.js": { + "hash": "914ea2c47aa6b9502b9dd354d490b2a8b838d4c6fafaa20e206f1f2396d4db40", + "rules": [ + "no-undef" + ] + }, + "drained/app.js": { + "hash": "2b609ca5bf414b0e400e25512bf396a01f8cb0365b4edd02ea1697b51907d36c", + "rules": [ + "no-undef" + ] + }, + "dinoClock/app.js": { + "hash": "e97566aa4f586ef654e3fc1ec286376352762ed8e0ea2e685a7b3ae687f51552", + "rules": [ + "no-undef" + ] + }, + "diceroll/app.js": { + "hash": "5c603cc10b6c8344aa5e73beacfd4f11f1ef26404b7f813b6742f7cdd3f5e94d", + "rules": [ + "no-undef" + ] + }, + "demoapp/app.js": { + "hash": "6d2f11bea7fc451cc6cb4e60bb45f5264193e0a008578efbf09d4af4837927a9", + "rules": [ + "no-undef" + ] + }, + "cubescramble/cube-scramble.js": { + "hash": "d89eeb6b5851929a3272fd83fce18335dd61b966691d2f3694d50686b10e4f27", + "rules": [ + "no-undef" + ] + }, + "cprassist/cprassist.js": { + "hash": "647f0a1b3dc52466079049a68c27448c18693df8deb1eb8e04ff84fcb93c323e", + "rules": [ + "no-undef" + ] + }, + "coretemp/coretemp.js": { + "hash": "7230802388f9cbb7026ce0e94ced6656dc79a411ef7740279ec82eb4fc892d48", + "rules": [ + "no-undef" + ] + }, + "contourclock/lib.js": { + "hash": "1f2c43f7eb0cdcf3ab09f242022820f6af2962ca48226b9cde15623e61f80458", + "rules": [ + "no-undef" + ] + }, + "contourclock/contourclock.settings.js": { + "hash": "dfbd3057e8dba227b7f83e28c1efea44ac8b3a1312a61c1b4896b8786b96c342", + "rules": [ + "no-undef" + ] + }, + "contacts/contacts.app.js": { + "hash": "f105adae91ef5bb79266bd20b8f1f5aaebe9863853c714d1f2b22c97d9ff7773", + "rules": [ + "no-undef" + ] + }, + "clockcal/settings.js": { + "hash": "2065b3e1e978cd0b04dabd51e2dec7475ec72784312f9598039c048f0fa2b387", + "rules": [ + "no-undef" + ] + }, + "clockcal/app.js": { + "hash": "645b7186be93cfe80c288dac7834e10d1f653eea6bea8522e2f916ea97db246d", + "rules": [ + "no-undef" + ] + }, + "calendar/settings.js": { + "hash": "9f05366b91d0293ed965d8de019bfd044f96683542b86ebabaa3c8d3cc3ad3a7", + "rules": [ + "no-undef" + ] + }, + "calendar/calendar.js": { + "hash": "d4f0375fea397a1b93d39667e9f8eaf1a75ebd0462c216015352131360d30099", + "rules": [ + "no-undef" + ] + }, + "btmultimeter/app.js": { + "hash": "6c403764899fece882b7d900780257f7cf661bc948547d6c6f0ca2c0966d67dc", + "rules": [ + "no-undef" + ] + }, + "bordle/bordle.app.js": { + "hash": "a7725c08cb16d79c44dc9ce8a26bf0c878437ba4f48f5633d15546c15f49c4bc", + "rules": [ + "no-undef" + ] + }, + "bluetoothdock/app.js": { + "hash": "af48c70a33190ecf6aec42a8286166f750bd66bd96dfa8dd97691aba4e6bca63", + "rules": [ + "no-undef" + ] + }, + "bigdclock/bigdclock.app.js": { + "hash": "f7bde42d4a5b95e1b11dbe79b6c7a885900678828abb893375d2492fb25efca8", + "rules": [ + "no-undef" + ] + }, + "beebclock/beebclock.js": { + "hash": "f2860eb523d6394de737d249303a87a96c619ce925943026238d2aedc2441133", + "rules": [ + "no-undef" + ] + }, + "berlinc/berlin-clock.js": { + "hash": "1b69f19c94b35e70283872ec8423e5195d16fbee538f7af5169259100b640fad", + "rules": [ + "no-undef" + ] + }, + "bee/bee.app.js": { + "hash": "684ed07883a14d7f277e8fa16bf739e0a0edb564339a74210ae5ca60707fe780", + "rules": [ + "no-undef" + ] + }, + "banglebridge/widget.js": { + "hash": "4ee8d6749e1d0e28c58ad871fd9f6ccbca2d716bb4fbd3511ba4c34a6a5897e1", + "rules": [ + "no-undef" + ] + }, + "bad/bad.app.js": { + "hash": "d1354613102818190dd4e6e28fd715db7dc4d51b8e618cae61a3135529cc97eb", + "rules": [ + "no-undef" + ] + }, + "aviatorclk/aviatorclk.app.js": { + "hash": "5bc629c86eada72533fc664e01a47e05f207baeeae2092323ae4d04bd1c9fe9a", + "rules": [ + "no-undef" + ] + }, + "authentiwatch/app.js": { + "hash": "02aafe5b6f3f3dce979d5b04f4660f90261e0c893cb39e9eeb2cf0bdb2c256b8", + "rules": [ + "no-undef" + ] + }, + "aptsciclk/app.js": { + "hash": "0b33e7508e461a7e946ecfc5784b48e1d18df18f4d7dcad7c17cb2ff763df932", + "rules": [ + "no-undef" + ] + }, + "approxclock/app.js": { + "hash": "675ce5f16bb26649a39c86561e9fa46bb31e369a465fac9b35e5debfe18672ec", + "rules": [ + "no-undef" + ] + }, + "android/test.js": { + "hash": "703dad907d9b17d281faca2ecd9099d9f127e7241b48c7617f9147978ddb7c43", + "rules": [ + "no-undef" + ] + }, + "android/boot.js": { + "hash": "a537b3f7772e11f44615d80d6c6bacfa69c1854c6da3c01666863bcae8a18059", + "rules": [ + "no-undef" + ] + }, + "altimeter/app.js": { + "hash": "054ac328db51034aa339f1d10b4d264badd49438b95f08bc6fbfb90bd88c6ae0", + "rules": [ + "no-undef" + ] + }, + "alpinenav/app.js": { + "hash": "f8e59724d282f7c5c989adf64974a3728dc521aa8fbe047b7c37dae09213095a", + "rules": [ + "no-undef" + ] + }, + "activepedom/app.js": { + "hash": "c57c787ac33834dce2291562af8106b7a9de1f7116cdeab2a4236004e723273a", + "rules": [ + "no-undef" + ] + }, + "activepedom/widget.js": { + "hash": "b60792cb3017f9b7ce43471828434501bfa255f327fde6c52ae36a7a06f84d6f", + "rules": [ + "no-undef" + ] + }, + "accelrec/app.js": { + "hash": "b5369a60afc8f360f0b33f71080eb3f5d09a1bf3703acfcf07cd80dd19f1997d", + "rules": [ + "no-undef" + ] + }, + "BLEcontroller/app-joy.js": { + "hash": "e4f34bb1bc11b52c3d7a1c537a140b0e23ccef82694dcd602cb517a8ba342898", + "rules": [ + "no-undef" + ] + }, + "BLEcontroller/app.js": { + "hash": "d560cb6d847be8d5c724b1f2af9a68f113a6dca91f3a74897f79bbde9be9922c", + "rules": [ + "no-undef" + ] + }, + "BLEcontroller/app-ex2.js": { + "hash": "a72fccb6079c80c1c17e208e343c65f0980c94397816a1ac2423ba47bba75776", + "rules": [ + "no-undef" + ] + }, + "7x7dotsclock/7x7dotsclock.settings.js": { + "hash": "83f7222a1db7ef7a2e25fed580417eb8a77146ed3431355d3472edc62f6ae242", + "rules": [ + "no-undef" + ] + }, + "7x7dotsclock/7x7dotsclock.app.js": { + "hash": "dd6a87c62dc79039754338ee9f578dbf13f05d8af511009f8cafee97643df6cb", + "rules": [ + "no-undef" + ] + }, + "2047pp/2047pp.app.js": { + "hash": "37283d6c44810b82586b191dd50fe2e6ceab68685653ac520cfde723f56f2605", + "rules": [ + "no-undef" + ] } };