Change default build setting to disable Checkstyle enforcement
- Disable project-wide Checkstyle checks to unblock development - Add documentation for enabling Checkstyle locally - Fix remaining checkstyle violations in current codebase Fixes #1669
This commit is contained in:
committed by
Mark Pollack
parent
cbef2d1600
commit
66f58d2d70
@@ -94,6 +94,12 @@ To check javadocs using the [javadoc:javadoc](https://maven.apache.org/plugins/m
|
||||
./mvnw javadoc:javadoc -Pjavadoc
|
||||
```
|
||||
|
||||
To build with checkstyles enabled.
|
||||
Checkstyles are currently disabled, but you can enable them by doing the following:
|
||||
```shell
|
||||
./mvnw clean package -DskipTests -Ddisable.checks=false
|
||||
```
|
||||
|
||||
## Project Links
|
||||
|
||||
* [Documentation](https://docs.spring.io/spring-ai/reference/)
|
||||
|
||||
Reference in New Issue
Block a user