-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace String.format * Use `check` function to check version requirement * Suppress magic nums in SemanticVersion * Refine Kdoc * Suppress MaxLineLength for PATTERN * Suppress MaxLineLength for SUPPORTED_VERSION * Fix MaxLineLength for SpotBugsExtension * Fix MaxLineLength for SpotBugsRunnerForHybrid * Remove lines * Fix TooGenericExceptionCaught for SpotBugsRunner * Suppress LongMethod * Remove baseline file * Fix style * Fix detekt issues * Replace @see * Replace Stream usages * Use buildList * Rearrange * Use more Sequence * Replace Path usages * Don't use File::toURI * Remove Optional usages * Rename toCommandLineOption * Rearrange * Use error * Use apply * Rearrange * Remove redundant this * Remove separator params * Replace hasProperty usage * Use require * Refine comment * Clean up unnecessary context params * Less nesting * Simplify Action types * Inline getSourceSetContainer * Suppress unused for Extensions.kt * Api dump * Mark internal classes * Refined comments by AI * Inline values
- Loading branch information
Showing
20 changed files
with
354 additions
and
524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@file:Suppress("unused") | ||
|
||
package com.github.spotbugs.snom | ||
|
||
import org.gradle.api.provider.Property | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.