diff options
author | Samuel Holland <samuel@sholland.org> | 2018-05-04 18:36:48 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-06-19 21:33:36 -0500 |
commit | de75ff4beac8dc9a93b356dc6e6dc9e872a1c9b7 (patch) | |
tree | 100054be1443a0882c8ba3c37c2e18659ba37382 /.idea | |
parent | b10a6171a5e7e1e075a0e758be36171f88b5cabf (diff) |
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 '.idea')
-rw-r--r-- | .idea/inspectionProfiles/Default.xml | 1 |
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"> |