aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.idea/inspectionProfiles/Default.xml
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-05-04 18:36:48 -0500
committerSamuel Holland <samuel@sholland.org>2018-06-19 21:33:36 -0500
commitde75ff4beac8dc9a93b356dc6e6dc9e872a1c9b7 (patch)
tree100054be1443a0882c8ba3c37c2e18659ba37382 /.idea/inspectionProfiles/Default.xml
parentApplication: make lock final (diff)
downloadwireguard-android-de75ff4beac8dc9a93b356dc6e6dc9e872a1c9b7.tar.xz
wireguard-android-de75ff4beac8dc9a93b356dc6e6dc9e872a1c9b7.zip
idea: Disable an unwanted inspection
Android Studio isn't smart enough to realize that the public/private keys and the keypair are effectively the same thing. Just turn off the inspection because it's usually tripped by intentional things. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--.idea/inspectionProfiles/Default.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.idea/inspectionProfiles/Default.xml b/.idea/inspectionProfiles/Default.xml
index 08e27938..6dd07e6e 100644
--- a/.idea/inspectionProfiles/Default.xml
+++ b/.idea/inspectionProfiles/Default.xml
@@ -150,7 +150,6 @@
<inspection_tool class="FieldMayBeFinal" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="FieldMayBeStatic" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="FieldMustBeInitialized" enabled="true" level="ERROR" enabled_by_default="true" />
- <inspection_tool class="FieldNotUsedInToString" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="FinalMethodInFinalClass" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="FloatingPointEquality" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="ForLoopReplaceableByWhile" enabled="true" level="WARNING" enabled_by_default="true">