about summary refs log tree commit diff
path: root/.idea/inspectionProfiles
diff options
context:
space:
mode:
authorhanemile <hanemile@protonmail.com>2018-12-14 16:01:49 +0100
committerhanemile <hanemile@protonmail.com>2018-12-14 16:01:49 +0100
commit5b07e06dcd837431ffc4e9ad0c2798029cf40a48 (patch)
tree37f84f89de66565604af2f07c9545cecb415f2e8 /.idea/inspectionProfiles
parent35c8993423f9240aefa0b4bd839fba85b8a3c944 (diff)
Updated some stuff, this is probably going to be the final commit in this monolithic application, because of the new microservices used in the rewrite.
Diffstat (limited to '.idea/inspectionProfiles')
-rw-r--r--.idea/inspectionProfiles/Project_Default.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..e62755d
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,20 @@
+<component name="InspectionProjectProfileManager">
+  <profile version="1.0">
+    <option name="myName" value="Project Default" />
+    <inspection_tool class="GoUnhandledErrorResult" enabled="true" level="WARNING" enabled_by_default="true">
+      <methods>
+        <method importPath="hash" receiver="Hash" name="Write" />
+        <method importPath="strings" receiver="*Builder" name="Write" />
+        <method importPath="strings" receiver="*Builder" name="WriteByte" />
+        <method importPath="bytes" receiver="*Buffer" name="WriteRune" />
+        <method importPath="bytes" receiver="*Buffer" name="Write" />
+        <method importPath="bytes" receiver="*Buffer" name="WriteString" />
+        <method importPath="strings" receiver="*Builder" name="WriteString" />
+        <method importPath="bytes" receiver="*Buffer" name="WriteByte" />
+        <method importPath="strings" receiver="*Builder" name="WriteRune" />
+        <method importPath="math/rand" receiver="*Rand" name="Read" />
+        <method importPath="os" receiver="*File" name="Close" />
+      </methods>
+    </inspection_tool>
+  </profile>
+</component>
\ No newline at end of file