From 790bd3159e9e9d3c88f94fecef9d4e1b4be3a6dc Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 13 May 2021 21:37:16 -0700 Subject: [PATCH] Cleanup. --- .idea/codeStyles/Project.xml | 3 + .idea/codeStyles/codeStyleConfig.xml | 1 - build.gradle | 6 -- config/detekt/baseline.xml | 1 + properties/mobibot.properties | 2 +- .../net/thauvin/erik/mobibot/modules/War.java | 4 +- .../kotlin/net/thauvin/erik/mobibot/Addons.kt | 6 +- .../net/thauvin/erik/mobibot/Constants.kt | 2 +- .../net/thauvin/erik/mobibot/Mobibot.kt | 10 ++-- .../net/thauvin/erik/mobibot/PinboardUtils.kt | 3 +- .../net/thauvin/erik/mobibot/TwitterTimer.kt | 2 +- .../kotlin/net/thauvin/erik/mobibot/Utils.kt | 6 +- .../erik/mobibot/commands/tell/Tell.kt | 2 +- .../erik/mobibot/entries/EntriesMgr.kt | 2 +- .../thauvin/erik/mobibot/entries/EntryLink.kt | 3 +- .../net/thauvin/erik/mobibot/modules/Calc.kt | 4 +- .../erik/mobibot/modules/StockQuote.kt | 59 ++++++++++--------- .../thauvin/erik/mobibot/modules/Twitter.kt | 1 - .../thauvin/erik/mobibot/modules/Weather2.kt | 3 +- .../thauvin/erik/mobibot/modules/WorldTime.kt | 6 +- .../thauvin/erik/mobibot/LocalProperties.kt | 2 +- .../net/thauvin/erik/mobibot/UtilsTest.kt | 2 +- version.properties | 6 +- 23 files changed, 67 insertions(+), 69 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 6407ef6..321b376 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -14,6 +14,9 @@