From e46b5164024495e731d5c637f40dfc63b900f52c Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Tue, 10 Feb 2015 11:50:57 +0100 Subject: [PATCH] [code] code inspection stub --- inspection/META-INF/plugin.xml | 35 ++++++++++++++++++++++++++++++++++ inspection/inspection.iml | 12 ++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 inspection/META-INF/plugin.xml create mode 100644 inspection/inspection.iml 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