-
Notifications
You must be signed in to change notification settings - Fork 538
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kubernetes-gradle-plugin): SonarQube AI fixes (3581) (3626)
fix: uses safe Boolean check instead of error prone unboxing Signed-off-by: jonathan.vila <[email protected]> --- fix: rename variable to not hide variable Signed-off-by: jonathan.vila <[email protected]> --- fix: remove commented line Signed-off-by: jonathan.vila <[email protected]> --- Merge branch 'master' of github.com:jonathanvila/jkube --- fix: removed unused temporary variable and assignment Signed-off-by: jonathan.vila <[email protected]> --- fix: replace lambda with method reference Signed-off-by: jonathan.vila <[email protected]> --- fix: replace string with constant Signed-off-by: jonathan.vila <[email protected]> --- fix: use system new line separator Signed-off-by: jonathan.vila <[email protected]> --- fix: rename lambda to not hide field Signed-off-by: jonathan.vila <[email protected]> --- Merge remote-tracking branch 'upstream/master' into ai-sonar-grdle-plugin-fix --- fix: use constant instead of repeated literal Signed-off-by: jonathan.vila <[email protected]> --- Undo method reference fix due to problems with Java 8
- Loading branch information
1 parent
954b72a
commit bafe717
Showing
4 changed files
with
10 additions
and
8 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 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