Browse Source

Revert "Disallow @org.jetbrains.annotations.Nullable imports"

This reverts commit 6e6280a42c.

See gh-35114
See gh-35195
pull/35212/head
Sam Brannen 5 months ago
parent
commit
aac61b86c8
  1. 2
      src/checkstyle/checkstyle.xml

2
src/checkstyle/checkstyle.xml

@ -107,7 +107,7 @@ @@ -107,7 +107,7 @@
<property name="id" value="bannedImports"/>
<property name="regexp" value="true"/>
<property name="illegalClasses"
value="^reactor\.core\.support\.Assert,^org\.slf4j\.LoggerFactory,^(?!org\.jspecify|\.annotations).*(NonNull|Nullable),^org\.jetbrains\.annotations\.Nullable$"/>
value="^reactor\.core\.support\.Assert,^org\.slf4j\.LoggerFactory,^(?!org\.jspecify|\.annotations).*(NonNull|Nullable)$"/>
</module>
<module name="com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck">
<property name="id" value="bannedJUnit3Imports"/>

Loading…
Cancel
Save