Hi, all I’m just curious about the working mechanism of scala style checker
When I work on a PR, I found that the following line contains 101 chars, violating the 100 limitation https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala#L515 but the current scala style checker passes this line? Best, -- Nan Zhu