Skip the Nullable and NonNull check
Answered
Hello,
how can i skip the check of Nullable and NonNull (https://www.jetbrains.com/help/idea/nullable-and-notnull-annotations.html) for some parts of the code.
I don't want to check generated code and test code.
Thanks
Please sign in to leave a comment.
See Inspection severity and scopes in https://www.jetbrains.com/help/idea/inspections-settings.html .
You can set the scope for Constant conditions & exceptions and @NotNull/@Nullable problems inspections so that they don't run for tests and generated code.
Ah perfect. Thanks :)
But it's not possible to export this settings e.g. the "Configure annotations"?
And is there a overview of all violations?