-
Story
-
Resolution: Won't Do
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
-
As a developer, I'd like to verify my code matches the project's conventions.
The project currently enforces only a subset of the coding convention.
The coding conventions are:
https://github.com/spring-projects/spring-framework/wiki/Code-Style
The entire list is:
The supported project list is:
https://github.com/parodos-dev/parodos/blob/main/checkstyle.xml
Some of common use-cases that should be validated are:
- List.of() vs Arrays.asList()
- Constant names in uppercase
- use static import of assertion in unit-tests
- Prefer the use of assertThat over assertNull, assertTrue...
Additional checkstyle violations are listed here: