Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.4.0
-
None
Description
In `org/apache/spark/util/CompletionIterator.scala` the Scalastyle checker is disabled for 1 line of code. However, this line of code doesn't seem to violate any of the currently active rules for Scalastyle. So the Scalastyle checker doesn't need to be disabled there.
I've tested this by removing the comments that disable the checker and running the checker with `build/mv scalastyle:check`. With the comments removed (so with the checker active for that line) the build still succeeds and no violations are shown in `core/target/scalastyle-output.xml`. I'll create a pull request to remove the comments that disable the checker.