Re: Code formatting tech debt

2025-03-17 Thread Rob Reeves
en at that time realized, that target was run only for some specific > modules ( I think connect..). > > Regards > > Asif > > On Fri, Mar 14, 2025 at 9:46 PM Rob Reeves > wrote: > >> Hi Spark devs, >> >> There seems to be a lot of code formatting tech de

Code formatting tech debt

2025-03-15 Thread Rob Reeves
Hi Spark devs, There seems to be a lot of code formatting tech debt. When I run "./dev/scalafmt" on the master branch it makes formatting changes on thousands of files. Is that expected or am I doing something wrong? If these files should be formatted we could add a formatting check to

Re: Code formatting tech debt

2025-03-15 Thread Asif Shahid
Fri, Mar 14, 2025 at 9:46 PM Rob Reeves wrote: > Hi Spark devs, > > There seems to be a lot of code formatting tech debt. When I run > "./dev/scalafmt" on the master branch it makes formatting changes on > thousands of files. Is that expected or am I doing something wrong? I