apache / incubator-gluten

Gluten is a middle layer responsible for offloading JVM-based SQL engines' execution to native engines.
https://gluten.apache.org/
Apache License 2.0
1.22k stars 437 forks source link

[CORE] Avoid formatted comments from being messed by non-spotless linters (especially IDE linters) #7989

Closed zhztheplayer closed 2 days ago

zhztheplayer commented 2 days ago

Replace spotless:off with format:off. The latter can be recognized by any Scala linters backed by scalafmt.

After the fix, Intellij's reformat shortcut (ctrl+alt+l for gnome preset) will respect the disablers.

zhztheplayer commented 2 days ago

@PHILO-HE Thanks!