delta-io / delta

An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
https://delta.io
Apache License 2.0
7.18k stars 1.62k forks source link

[INFRA] Move checkstyle config files to one location #3056

Closed allisonport-db closed 1 month ago

allisonport-db commented 1 month ago

Which Delta project/connector is this regarding?

Description

Currently the java checkstyle config files are shared by some projects and stored in different locations nested under those projects. Moves the checkstyle config files to a common location. This will make it easier to compare our configs in the future and keep track of the different settings for the different projects.

How was this patch tested?

Locally ran checkstyle for all the affected projects. Also modified one file and checked that the checks failed.