diff --git a/.idea/modules.xml b/.idea/modules.xml
index 86c6cd45f..1e9d6cdf7 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -5,6 +5,7 @@
+
diff --git a/code_samples/inspection/META-INF/plugin.xml b/code_samples/inspection/META-INF/plugin.xml
new file mode 100644
index 000000000..944074681
--- /dev/null
+++ b/code_samples/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/code_samples/inspection/inspection.iml b/code_samples/inspection/inspection.iml
new file mode 100644
index 000000000..de3c6c143
--- /dev/null
+++ b/code_samples/inspection/inspection.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file