Tag: checkstyle

  1. How to import checkstyle rules into Intellij IDEA code format rules

    While i was working on different open source projects, i was facing with one issue - every project would have their own code style rules. Most of them are described with codestyle.xml file. That's good, because you can run something like ./gradle clean check and it will output you…

    on checkstyle IDEA intelij_idea