6

I like style checkers. I really do. I may not agree with any of the rules they force upon the rules, but I will bury that for consistent code. That said, why, oh why, does this damn thing have to fail out the build rather than just warning me in the IDE. This fucker takes 15 minutes to build and when it fucks the build, it's a huge waste of time.

That said, anyone know how to get check style rules out of Maven and put them in IntelliJ? Myself and my team would love you forever.

Comments
  • 0
    Shift,shift "Code style"
    You can set most of the inbuilt styles there.

    As for build blocking, that's usually because people have proven themselves unwilling to adhere to the style rules.
  • 0
    @SortOfTested was kinda hoping to look at the maven ones and put them in intellij. But I know the ones that piss me off the most so I should be able to set them.
  • 0
    Ah yeah, same shit with linters that fail the build. And till you find what's the error, whole eternity passes on you. Annoying stuff.
Add Comment