diff options
Diffstat (limited to 'updater/sql/.idea/inspectionProfiles/Project_Default.xml')
-rwxr-xr-x | updater/sql/.idea/inspectionProfiles/Project_Default.xml | 13 |
1 files changed, 13 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 |