From 2ec8f01ab7b81a62cb932e02f19dd776af652606 Mon Sep 17 00:00:00 2001 From: Nicholas Rose <35816886+nicholasgrose@users.noreply.github.com> Date: Sat, 19 Oct 2024 17:58:21 -0500 Subject: [PATCH] Project cleanup --- .gitignore | 3 +++ .idea/misc.xml | 5 +++- .idea/modules.xml | 1 + .idea/modules/Gateway.iml | 9 +++++++ .idea/modules/Gateway.main.iml | 4 ++++ .../Gateway__qodanaScan_.xml | 24 +++++++++++++++++++ ..._runChecks_.xml => Gateway__runLints_.xml} | 5 ++-- build.gradle.kts | 3 ++- gradle/libs.versions.toml | 3 +++ qodana.yaml | 12 ++++++++++ .../gateway/config/markers/CommonDecoder.kt | 2 +- .../bot/message/GroupAndPaginateItems.kt | 1 - .../commands/arguments/ConfigListArgs.kt | 4 ++-- .../framework/data/context/BukkitContext.kt | 6 ++--- .../data/context/FrameworkContext.kt | 12 +++++----- .../rose/gateway/minecraft/component/Color.kt | 8 +++---- .../gateway/minecraft/logging/LogFormatter.kt | 2 +- .../rose/gateway/minecraft/logging/Logger.kt | 3 +-- .../gateway/minecraft/server/ServerInfo.kt | 2 +- 19 files changed, 84 insertions(+), 25 deletions(-) create mode 100644 .idea/modules/Gateway.iml create mode 100644 .idea/runConfigurations/Gateway__qodanaScan_.xml rename .idea/runConfigurations/{Gateway__runChecks_.xml => Gateway__runLints_.xml} (80%) create mode 100644 qodana.yaml diff --git a/.gitignore b/.gitignore index 7ad9fcc2..6e52f056 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,6 @@ gradle-app.setting # Paper run run/ + +# Gradle docker cache +.gradleDocker diff --git a/.idea/misc.xml b/.idea/misc.xml index b0c49b80..bd523c22 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,6 +5,9 @@