diff --git a/inspection/META-INF/plugin.xml b/inspection/META-INF/plugin.xml new file mode 100644 index 000000000..944074681 --- /dev/null +++ b/inspection/META-INF/plugin.xml @@ -0,0 +1,35 @@ + + com.intellij.tutorials.inspection + Module Type Demo + 1.0 + JetBrains + + Basic example of working with code inspections + + Initial commit + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/inspection/inspection.iml b/inspection/inspection.iml new file mode 100644 index 000000000..de3c6c143 --- /dev/null +++ b/inspection/inspection.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file