From 2acce13350af09c12edc3d170239833a1cdca568 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Fri, 4 May 2018 18:36:48 -0500 Subject: 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. --- .idea/inspectionProfiles/Default.xml | 1 - 1 file changed, 1 deletion(-) (limited to '.idea/inspectionProfiles/Default.xml') 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 @@ - -- cgit v1.2.3