Right now (since #194) Theta uses the IntelliJ code style for checking code style and auto-formatting code. This is not generic enough, as people might use other IDEs, and Sonar cannot be integrated with this approach.
Instead, we should use a checkstyle-based solution, which can easily be integrated with both Sonar, as well as Gradle, meaning formatting and checking can be IDE-independent.
Right now (since #194) Theta uses the IntelliJ code style for checking code style and auto-formatting code. This is not generic enough, as people might use other IDEs, and Sonar cannot be integrated with this approach.
Instead, we should use a checkstyle-based solution, which can easily be integrated with both Sonar, as well as Gradle, meaning formatting and checking can be IDE-independent.