From 59c288d574b9cdcad31064e5ed790940670ac8bb Mon Sep 17 00:00:00 2001 From: Iris De Santis Date: Thu, 22 Feb 2024 18:36:31 +0100 Subject: [PATCH] add code inspection --- .github/workflows/qodana_code_quality.yml | 19 ++++++++++++ .idea/misc.xml | 5 ++- .idea/runConfigurations/DummyUser.xml | 2 +- .idea/runConfigurations/HelloApplication.xml | 2 +- .idea/runConfigurations/SimpleXMPPClient.xml | 2 +- pom.xml | 6 ++++ qodana.yaml | 31 +++++++++++++++++++ src/main/java/module-info.java | 1 + .../elrant/bubbles/gui/HelloApplication.java | 2 +- 9 files changed, 65 insertions(+), 5 deletions(-) create mode 100644 .github/workflows/qodana_code_quality.yml create mode 100644 qodana.yaml diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml new file mode 100644 index 0000000..bbe62aa --- /dev/null +++ b/.github/workflows/qodana_code_quality.yml @@ -0,0 +1,19 @@ +name: Qodana +on: + workflow_dispatch: + pull_request: + push: + branches: + - main + +jobs: + qodana: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: 'Qodana Scan' + uses: JetBrains/qodana-action@v2023.3 + env: + QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index de4b033..dddff60 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -7,7 +7,10 @@ -