Ahmed Mourad
03/06/2020, 8:01 PMraulraja
03/06/2020, 9:36 PMAhmed Mourad
03/06/2020, 9:55 PMImran/Malic
03/06/2020, 9:55 PMplugin.xml
file.
<extensions defaultExtensionNs="com.intellij">
<lang.inspectionSuppressor language="kotlin" implementationClass="<FQName>"/>
</extensions>
These are the minimum requirements to add an InspectionSuppressor.
Once the April release is out there is also the option to use Meta https://meta.arrow-kt.io/docs/apidocs/idea-plugin/arrow.meta.ide.dsl.editor.inspection/-inspection-syntax/inspection-suppressor.html.build.gradle
or a small reproduceable project. So I can take a look.Ahmed Mourad
03/06/2020, 10:13 PMkotlin
😓
This's the plugins.xml
file:
https://github.com/AhmedMourad0/Mirror/blob/master/idea-plugin/src/main/resources/META-INF/plugin.xml
This's its module's `build.gradle`:
https://github.com/AhmedMourad0/Mirror/blob/master/idea-plugin/build.gradle
This's the project's `build.gradle`:
https://github.com/AhmedMourad0/Mirror/blob/master/build.gradle
Will start moving them to a small project right away 🙂Once the April release is out there is also the option to use MetaI'm actually planning on migrating the whole project to Arrow-meta in a future release :)
Imran/Malic
03/06/2020, 10:20 PMAhmed Mourad
03/06/2020, 10:26 PMImran/Malic
03/06/2020, 10:49 PMDataPrivateConstructorInspectionSuppressor
is registered 👍🏽Ahmed Mourad
03/06/2020, 10:53 PMImran/Malic
03/06/2020, 11:04 PMAhmed Mourad
03/06/2020, 11:36 PMidea
that this existed 🤯😂 I'm sure it's going to be very helpful. Thanks again 😅