Add support for Dataproc Flexible Machine Types in compute profiles - #16204
Add support for Dataproc Flexible Machine Types in compute profiles#16204123-komal wants to merge 1 commit into
Checkstyle report
10 violation(s) found
Annotations
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - com.google.api.gax.rpc.ApiException.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - java.util.ArrayList.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'io.grpc.Status'
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'io.grpc.Status' import. Should be before 'javax.annotation.Nullable'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'privateInstance' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
Line continuation have incorrect indentation level, expected level should be 4.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
File does not end with a newline.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - java.util.Optional.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
File does not end with a newline.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '{' is not preceded with whitespace.