code lint
feature works
- write batect script to execute this check
- run it in docker container
- add allure report generation (add this following into the reporting plugins)
1
2
3
4
5<property>
<name>allure.results.directory</name>
<value>${project.build.directory}/allure-results</value>
</property>
</systemProperties>
- Title: code lint
- Author: Xiao Qiang
- Created at : 2023-03-05 14:03:29
- Updated at : 2025-03-08 10:49:30
- Link: http://fdslk.github.io/tech/java/lint/2023/03/05/code-lint/
- License: This work is licensed under CC BY-NC-SA 4.0.
Comments