Comment by bogdanoff_2
2 months ago
> Should I also co-author my PRs with my linter, intellisense and IDE?
Kinda, yeah. If I automatically apply lint suggestions, I would title my commit "apply lint suggestions".
2 months ago
> Should I also co-author my PRs with my linter, intellisense and IDE?
Kinda, yeah. If I automatically apply lint suggestions, I would title my commit "apply lint suggestions".
Huh? Unless the sole purpose of the commit was to lint code, it would be unnecessary fluff to append the name of the automatically linted tools that ran in a pre-commit hook in every commit.