Adrián Ruiz Arroyo · @adruiz
47 followers · 66 posts · Server floss.social

Enforcing rules is a good way of preventing the propagation of badly-written code.

Source code is more difficult to read and more inviting to accidental mistake if some well-known bad practices are allowed.

Having a mix of coding styles for the same project can also lead to IDEs trying to amend each other (e.g. remove tabs, add spaces instead, or viceversa). That will probably leave traces on git, increasing review time.

#checkstyle

Last updated 1 year ago

Gradle · @Gradle
359 followers · 56 posts · Server mastodon.social
markus staab · @markusstaab
39 followers · 97 posts · Server phpc.social

I am amazed how , a small tool I built years ago, still attracts new users.

It helps you converting formatted output into native annotation format.

enjoy!

github.com/staabm/annotate-pul

#cs2pr #checkstyle #githubactions

Last updated 2 years ago

jmcp · @jmcp
151 followers · 659 posts · Server mastodon.social

by things that make me sad: chasing dependency and !@#$@!$ linelength errors in an app suite (6 microservices) because I want to make a 3 line change

This is code that's been actively ignored for years, and yet (and yet!) is a significant revenue generator.

How the everlovin' fuck did I end up being the "expert" in it?

#frustrated #ing #java #checkstyle

Last updated 2 years ago

bmarwell · @bmarwell
43 followers · 489 posts · Server layer8.space

Answered: Does maven-checkstyle-plugin checks files only within the /src directory

stackoverflow.com/a/73148270/1

#maven #so #checkstyle

Last updated 2 years ago