aboutsummaryrefslogtreecommitdiff
path: root/updater/sql/.idea/inspectionProfiles
diff options
context:
space:
mode:
Diffstat (limited to 'updater/sql/.idea/inspectionProfiles')
-rwxr-xr-xupdater/sql/.idea/inspectionProfiles/Project_Default.xml13
-rwxr-xr-xupdater/sql/.idea/inspectionProfiles/profiles_settings.xml6
2 files changed, 19 insertions, 0 deletions
diff --git a/updater/sql/.idea/inspectionProfiles/Project_Default.xml b/updater/sql/.idea/inspectionProfiles/Project_Default.xml
new file mode 100755
index 0000000..8252e57
--- /dev/null
+++ b/updater/sql/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,13 @@
+<component name="InspectionProjectProfileManager">
+ <profile version="1.0">
+ <option name="myName" value="Project Default" />
+ <inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
+ <option name="ignoredErrors">
+ <list>
+ <option value="E501" />
+ </list>
+ </option>
+ </inspection_tool>
+ <inspection_tool class="SqlNoDataSourceInspection" enabled="false" level="WARNING" enabled_by_default="false" />
+ </profile>
+</component> \ No newline at end of file
diff --git a/updater/sql/.idea/inspectionProfiles/profiles_settings.xml b/updater/sql/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100755
index 0000000..105ce2d
--- /dev/null
+++ b/updater/sql/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+<component name="InspectionProjectProfileManager">
+ <settings>
+ <option name="USE_PROJECT_PROFILE" value="false" />
+ <version value="1.0" />
+ </settings>
+</component> \ No newline at end of file