Comment on It's time to let go, Apache Software Foundation

<- View Parent
thesmokingman@programming.dev ⁨1⁩ ⁨year⁩ ago

I’m sorry, which of those recent commits aren’t things a single linter run would catch? You had me second-guessing myself until I went through, again, a ton of diffs that just fix spacing, remove trailing whitespace, and basic typos things like CSpell can catch.

For example, the most recent commit as of writing has this: github.com/…/0c72d66f1a33589bfa5729d3fc3bdd5e8078…

A commit from months ago has this: github.com/…/5b179f6267cea1575fe6248ab8507bf71446…

These are the same fix on different files in different commits. That’s a linting problem that should be handled in a single commit (possibly a massive squashed PR), not something that should be drip-fed for months.

source
Sort:hotnewtop