summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorBluesaxorcist <joshua@operatorfoundation.org>2019-10-21 15:16:49 -0500
committerBluesaxorcist <joshua@operatorfoundation.org>2019-10-21 15:16:49 -0500
commit770bc14548a6a48ccbc8be0f0583122cf1dc6f6e (patch)
tree47da51866567a0674ff3acff194efe2d21044e26 /.idea
parent3eee4e2869a783c6f3a5baef279406d82c063f23 (diff)
added dialer to the modes and removed unneccessary code
Diffstat (limited to '.idea')
-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..02cc456
--- /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="net" receiver="*UDPConn" name="Close" />
+ </methods>
+ </inspection_tool>
+ </profile>
+</component> \ No newline at end of file