From 39be9f8bbc0384657823f9313ef27ae4128badf4 Mon Sep 17 00:00:00 2001 From: twalters Date: Sun, 8 Mar 2026 15:36:02 +0000 Subject: [PATCH 1/2] project name --- SONAR.md | 8 ++++++++ pom.xml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 SONAR.md diff --git a/SONAR.md b/SONAR.md new file mode 100644 index 0000000..9c4329d --- /dev/null +++ b/SONAR.md @@ -0,0 +1,8 @@ +# Sonar setup + +Auto scan not triggering + +With manual scan, scan runs, but no pr decoration + + + diff --git a/pom.xml b/pom.xml index 0511b57..f5bd825 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ com.solubris coding-rules 1.0.0-SNAPSHOT - Custom PMD Rules - Excessive Mocking - Custom PMD rule to detect excessive Mockito when() calls on the same mock object + Coding Rules + Custom rules to help coding - PMD/Checkstyle/Spotbugs/Enforcer 17 From 538beabdb408443732b6245dbc0c9aa653b01822 Mon Sep 17 00:00:00 2001 From: twalters Date: Sun, 8 Mar 2026 15:52:47 +0000 Subject: [PATCH 2/2] copy from typedtuples --- .github/workflows/maven.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 61a1bb5..165f7cf 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,10 +1,6 @@ -name: Java CI with Maven +name: CI -on: - push: - branches: [ "main" ] - pull_request: - types: [ opened, synchronize, reopened ] +on: [push] jobs: build: @@ -12,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v6 with: - fetch-depth: 0 + fetch-depth: 0 # prevent shallow clone - for sonar - name: Set up JDK 17 uses: actions/setup-java@v4 with: