guqing
|
be2c0654a2
|
chore: add checkstyle rule (#2091)
* feat: add unused imports checkstyle rule
* feat: add java doc style rule
* fix: check style
|
2022-05-17 06:46:11 +00:00 |
guqing
|
e2843adbe7
|
Create basic project structure for halo 2.0 (#1699)
* feat: Add project structure
* feat: Add config
* feat: Add flyway migrate config for h2 and mysql and postgresql
* fix: checkstyle config
* chore: Upgrade springboot 2.6 to 3.0.0-m1
* feat: Add spring snapshot url for repositories
* refactor: Change jdk11 to jdk17 for github ci config
* refactor: update build.gradle config
|
2022-03-04 15:04:11 +08:00 |
John Niang
|
feab7c4b5f
|
Refactor checkstyle (#1241)
* Refactor checkstyle.xml and add .editorconfig
* Optimized imports
* Rearrange codes
* Fix check sytle error in source codes
* Reformat test codes
* Fix check style error in test codes
* Config checkstyle plugin
* Fix merge conflicts
|
2021-01-24 17:11:10 +08:00 |
John Niang
|
3bfb60d5fb
|
Enable beta version comparable (#1011)
* Ensure whitespace after comma
* Provide version resolver
* Make version comparable
* Refactor version util with version resolver
|
2020-08-03 02:07:03 +08:00 |
John Niang
|
60b2527003
|
Reformat all codes with newly checkstyle(more strict indentation check) (#1009)
* Reformat all codes with newly checkstyle
* Fix invalid indentation of code comment
* Fix indentation error of test source codes
|
2020-08-02 09:41:36 +08:00 |
John Niang
|
73362869b7
|
Perfect checkstyle.xml (#915)
|
2020-06-14 12:40:04 +08:00 |
John Niang
|
e8db12a93d
|
Enable code style check available (#590)
* Add check style plugin and remove halo code style
* Reformat codes for whole project
* Resolve conflicts due to provided checkstyle.xml
|
2020-02-25 00:24:51 +08:00 |