From 082b430ee2a64305b74cdfdd7bdab09ae413094e Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 16 May 2021 08:17:16 -0700 Subject: [PATCH] Cleanup. --- .idea/checkstyle-idea.xml | 16 - .idea/codeStyles/Project.xml | 344 ------------------ .idea/inspectionProfiles/Project_Default.xml | 36 -- .../inspectionProfiles/profiles_settings.xml | 7 - .idea/jarRepositories.xml | 21 +- .idea/misc.xml | 6 - .idea/modules/mobibot.iml | 56 --- .idea/vcs.xml | 2 +- .../net/thauvin/erik/mobibot/modules/War.java | 8 +- .../net/thauvin/erik/mobibot/FeedReader.kt | 4 +- .../net/thauvin/erik/mobibot/PinboardUtils.kt | 30 +- .../thauvin/erik/mobibot/commands/Recap.kt | 4 +- .../thauvin/erik/mobibot/commands/Versions.kt | 2 +- .../erik/mobibot/entries/EntriesMgr.kt | 7 +- .../erik/mobibot/entries/EntryComment.kt | 4 +- .../thauvin/erik/mobibot/entries/EntryLink.kt | 6 +- .../erik/mobibot/modules/CurrencyConverter.kt | 11 +- .../net/thauvin/erik/mobibot/modules/Dice.kt | 4 +- .../erik/mobibot/modules/GoogleSearch.kt | 2 +- .../thauvin/erik/mobibot/modules/Lookup.kt | 4 +- .../erik/mobibot/modules/RockPaperScissors.kt | 2 +- .../erik/mobibot/modules/StockQuote.kt | 19 +- .../thauvin/erik/mobibot/modules/Weather2.kt | 10 +- .../thauvin/erik/mobibot/modules/WorldTime.kt | 17 +- .../thauvin/erik/mobibot/PinboardUtilsTest.kt | 6 +- 25 files changed, 68 insertions(+), 560 deletions(-) delete mode 100644 .idea/checkstyle-idea.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/modules/mobibot.iml diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml deleted file mode 100644 index 21a0f73..0000000 --- a/.idea/checkstyle-idea.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 321b376..e310056 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,18 +1,5 @@ - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 838047c..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index dc2dcae..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index a3c8d4d..39b5ad2 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -11,30 +11,15 @@