-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable check style for the project #820
Comments
Hey @RobertIndie, |
Hi @tenthe
You can edit my Issue description and paste your PR link to the sub-task. And as you are doing now, you can link to this issue in your PR description. |
Hi all, I just enabled checkstyle in the module Examples:
The changes are in PR #850 |
@RobertIndie, currenlty I refactor the streampipes-extensions module. Do I need to configure anything in the module
|
Hi, @tenthe
How about suppressing these files here: https://github.com/apache/streampipes/blob/dev/tools/maven/suppressions.xml |
Personally, I would prefer option 1 and only suppress the affected rules working with as less wildcards as possible. |
Ok, thans to the both of you. I used the first option and added it to PR #850. |
…lements [#820] enable checkstyle for some extension modules
[#820] Enable checkstyle for streampipes-config and add suppress support for checkstyle
[#820] Enable checkstyle for streampipes-dataformat-*
[#820] add checkstyle to streampipes-security-jwt
[#820] Activate checkstyle for streampipes-measurement-units
* remove suppression for vocabulary * add checkstyle to streampipes-wrapper * add checkstyle to streampipes-wrapper-standalone * add checkstyle to streampipes-wrapper-distributed * add checkstyle to streampipes-wrapper-flink * add checkstyle to streampipes-wrapper-kafka-streams * add checkstyle to streampipes-wrapper-python * [hotfix] Fix checkstyle problems Co-authored-by: Philipp Zehnder <[email protected]>
Body
This is the issue to track the progress of check-style enablement for all modules.
If you want to take over some of the modules, please feel free to leave a comment here. And thanks for all your contribution! 😃
Only the first level of sub-modules are listed here. If you feel that some of the modules(eg.
streampipes-extensions
) are heavy, please continue to split them into smaller tasks in this issue.streampipes-rest
(#820) #825streampipes-integration-tests
#814Note: The above todo tasks are generated by the command
mvn --also-make dependency:tree | grep maven-dependency-plugin | awk '{ print "- [ ] "$(NF-1) }'
. Please tell me if there are any problems.StreamPipes Committer
The text was updated successfully, but these errors were encountered: