mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Add nullability annotations to core/spring-boot
See gh-46587
This commit is contained in:
@@ -86,4 +86,8 @@
|
||||
<suppress files="ConfigurationPropertyCaching\.java" checks="SpringJavadoc" message="\@since"/>
|
||||
<suppress files="StructuredLoggingJsonMembersCustomizer\.java" checks="SpringJavadoc" message="\@since"/>
|
||||
<suppress files="FieldValues\.java" checks="SimplifyBooleanExpression" />
|
||||
<!-- jspecify: https://github.com/spring-io/spring-javaformat/issues/454 -->
|
||||
<suppress files="PemPrivateKeyParser\.java" checks="NoWhitespaceBefore" message="'...' is preceded with whitespace"/>
|
||||
<suppress files="Bindable\.java" checks="NoWhitespaceBefore" message="'...' is preceded with whitespace"/>
|
||||
<suppress files="LambdaSafe\.java" checks="NoWhitespaceBefore" message="'...' is preceded with whitespace"/>
|
||||
</suppressions>
|
||||
|
||||
Reference in New Issue
Block a user