Skip to content

Commit

Permalink
remove no longer needed suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Sep 15, 2023
1 parent 128a9de commit 340f6be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .checkstyle/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@
checks="MissingJavadocType"/>
<suppress files="src[\\/]main[\\/]java[\\/]com[\\/]google[\\/]inject[\\/]assistedinject[\\/].*"
checks="[a-zA-Z0-9]*"/>
<suppress files="src[\\/]main[\\/]java[\\/]net[\\/]draycia[\\/]carbon[\\/]common[\\/]messaging[\\/]RedisMessagingService.java"
checks="[a-zA-Z0-9]*"/>
</suppressions>
4 changes: 0 additions & 4 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,3 @@ dependencies {
// Plugins
compileOnly(libs.miniplaceholders)
}

license {
exclude("**/net/draycia/carbon/common/messaging/RedisMessagingService.java")
}

0 comments on commit 340f6be

Please sign in to comment.