From 7c2ad09ff1726d6fc5bfb09de0904b4e579e4241 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 18 Jun 2021 21:31:40 -0700 Subject: [PATCH] Removed checkstyle, using IDEA default code format. --- .idea/codeStyles/Project.xml | 10 +- .idea/inspectionProfiles/Project_Default.xml | 36 +++ .idea/jarRepositories.xml | 5 + .idea/misc.xml | 3 + build.gradle | 19 +- config/checkstyle/checkstyle.xml | 277 ------------------ .../net/thauvin/erik/mobibot/modules/War.java | 4 +- .../thauvin/erik/mobibot/modules/Twitter.kt | 2 +- version.properties | 6 +- 9 files changed, 56 insertions(+), 306 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 config/checkstyle/checkstyle.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index e310056..3ad4dc5 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -9,15 +9,7 @@