stylismo / nullability-annotations-inspection

IntelliJ IDEA nullability annotations inspection
https://plugins.jetbrains.com/idea/plugin/9418-nullability-annotations-inspection
MIT License
18 stars 5 forks source link

Request: add Lint support #15

Open AndroidDeveloperLB opened 4 years ago

AndroidDeveloperLB commented 4 years ago

This way, I could let it scan the entire project, and show me all the issues it found, and a quick fix for all.

For example, for each function that has "return null" in it, it could add "Nullable".