-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Hi, Unfortunately, you can't configure inspection options via |
Beta Was this translation helpful? Give feedback.
-
|
I think for now I can live with an exclude rule and remove it when
inspection options are implemented.
brichbash ***@***.***> escreveu no dia quarta, 26/01/2022
à(s) 12:06:
… Hi,
Unfortunately, you can't configure inspection options via qodana.yaml
yet, but we're working on it.
The settings for used annotations are stored in .idea/misc.xml and that
is more likely to be the reason why you don't have the warning when running
locally. Could you please try creating .idea/misc.xml (you can take it
from your local instance of the project, it should have <component
name="NullableNotNullManager"> component) a step before the analysis?
—
Reply to this email directly, view it on GitHub
<#63 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5WTEGT6TUXEPDIQIKGKWLUX7PUXANCNFSM5M2ZPSZA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
José Cardoso
|
Beta Was this translation helpful? Give feedback.
-
|
Is this still the case? |
Beta Was this translation helpful? Give feedback.

Hi,
Unfortunately, you can't configure inspection options via
qodana.yamlyet, but we're working on it.The settings for used annotations are stored in
.idea/misc.xmland that is more likely to be the reason why you don't have the warning when running locally. Could you please try creating.idea/misc.xml(you can take it from your local instance of the project, it should have<component name="NullableNotNullManager">component) a step before the analysis?