I have this error when trying to use `context-applied` in a project that uses the `Null` wart. ``` [error] [wartremover:Null] null is disabled ``` I guess the plugin generates some `null` values? Using the latest version `0.1.4`.
I have this error when trying to use
context-appliedin a project that uses theNullwart.I guess the plugin generates some
nullvalues? Using the latest version0.1.4.