Skip to content

Commit

Permalink
Cleanup stairway serialization tests and fix a few other warnings (#199)
Browse files Browse the repository at this point in the history
* cleanup stairway serialization tests and fix a few other warnings

* more test cleanups

* remove the quality plugin (aka pmd) as we are running sonar which is performing the same code checks
  • Loading branch information
pshapiro4broad authored Jan 7, 2025
1 parent 305e917 commit 7b730fe
Show file tree
Hide file tree
Showing 11 changed files with 122 additions and 551 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ plugins {
id 'org.sonarqube' version '5.1.0.4882'
id 'io.spring.dependency-management' version '1.1.7'
id 'org.springframework.boot' version '3.4.1'
id 'ru.vyarus.quality' version '5.0.0'
id 'com.srcclr.gradle' version '3.1.12'
}

Expand Down Expand Up @@ -133,7 +132,6 @@ apply from: "$gradleIncDir/application.gradle"
apply from: "$gradleIncDir/jacoco.gradle"
apply from: "$gradleIncDir/javadoc.gradle"
apply from: "$gradleIncDir/publishing.gradle"
apply from: "$gradleIncDir/quality.gradle"
apply from: "$gradleIncDir/srcclr.gradle"
apply from: "$gradleIncDir/sonarqube.gradle"
apply from: "$gradleIncDir/spotless.gradle"
Expand Down
71 changes: 0 additions & 71 deletions gradle/config/checkstyle/suppressions.xml

This file was deleted.

202 changes: 0 additions & 202 deletions gradle/config/pmd/pmd.xml

This file was deleted.

51 changes: 0 additions & 51 deletions gradle/quality.gradle

This file was deleted.

Loading

0 comments on commit 7b730fe

Please sign in to comment.