GitHub user RobertIndie added a comment to the discussion: Enable check style for the project
> Do you know if it is possible to add the modules to the checkstyle step by > step in the maven validation, or do we need to enable it for the whole > project at once? We can do it step by step. Actually, whenever we enable checkstyle in one module by doing like this [PR](https://github.com/apache/streampipes/pull/814), then maven will automatically check the codestyle in CI or by running `mvn install`. > Maybe we can create an issue with subtasks for all the modules so we can work > together. Great. I created an issue to track them: https://github.com/apache/streampipes/issues/820 > One small note: I just saw that the artifactId in the pom.xml is integration > and the module name is streampipes-integration-tests. For the other modules > we always have the same name for both, maybe we can change that. Thanks for your note. Make sense to me. I will create a PR to change that. Since we have the issue to track, let's keep all subsequent discussions in https://github.com/apache/streampipes/issues/820 GitHub link: https://github.com/apache/streampipes/discussions/815#discussioncomment-4274409 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
