Skip to content

Commit 5bf37d5

Browse files
authored
chore: Remove Sonar integration (#191)
1 parent f9bfce4 commit 5bf37d5

3 files changed

Lines changed: 1 addition & 18 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,5 @@ jobs:
2626
17
2727
25
2828
cache: maven
29-
- name: Cache Sonar
30-
uses: actions/cache@v4
31-
with:
32-
path: ~/.sonar/cache
33-
key: ${{ runner.os }}-sonar
34-
restore-keys: ${{ runner.os }}-sonar
3529
- name: Build
36-
run: SONAR_TOKEN=${{ secrets.SONAR_TOKEN }} ./mvnw --no-transfer-progress verify sonar:sonar
30+
run: ./mvnw --no-transfer-progress verify

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# 🌋 ZIP Forge
22

33
[![CI](https://github.com/helpermethod/zip-forge/actions/workflows/ci.yml/badge.svg)](https://github.com/helpermethod/zip-forge/actions/workflows/ci.yml)
4-
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=helpermethod_zip-forge&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=helpermethod_zip-forge)
5-
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=helpermethod_zip-forge&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=helpermethod_zip-forge)
6-
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=helpermethod_zip-forge&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=helpermethod_zip-forge)
7-
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=helpermethod_zip-forge&metric=coverage)](https://sonarcloud.io/summary/new_code?id=helpermethod_zip-forge)
84

95
A tiny, formatter-friendly Java DSL for creating ZIP files.
106

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4040
<repository.url>git@github.com:helpermethod/zip-forge.git</repository.url>
4141
<revision>1.0.0-SNAPSHOT</revision>
42-
<sonar.organization>helpermethod</sonar.organization>
43-
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
4442
</properties>
4543

4644
<dependencies>
@@ -61,11 +59,6 @@
6159
<build>
6260
<pluginManagement>
6361
<plugins>
64-
<plugin>
65-
<groupId>org.sonarsource.scanner.maven</groupId>
66-
<artifactId>sonar-maven-plugin</artifactId>
67-
<version>5.2.0.4988</version>
68-
</plugin>
6962
<plugin>
7063
<groupId>org.apache.maven.plugins</groupId>
7164
<artifactId>maven-resources-plugin</artifactId>

0 commit comments

Comments
 (0)