Any library devs that can help me on this?
# announcements
l
Any library devs that can help me on this?
c
You can disable/enable inspections in the settings, or even create custom profiles
l
@Czar Yep, but it disables it for all projects and all modules anyway. I'd like it to be applied on a per-module basis where the sample app would get the warnings, but not library module
c
Settings → Appearance & Behaviour → Scopes Define your modules' scope Disable inspection on this scope.
👍🏽 1
l
Thanks a lot @Czar! Still had to invalidate caches and restart, but that solved my problem! :😄
c
Write tests for every public method, they will no longer be marked as unused or possibly private.
1
l
Nice idea @czyzby !