From 11dff9d3ccc61bd04048a11e95016fe8fb409917 Mon Sep 17 00:00:00 2001 From: Gary Mathews Date: Tue, 14 Apr 2020 17:31:01 -0700 Subject: [PATCH] fix(android): prevent high cpu usage in Android Studio (#11571) * fix(android): prevent high cpu usage in Android Studio * fix(android): include additional inspections from jquick * fix(android): exclude inspection profile from git * chore(android): moved gitignore for inspectionsProfiles - Fixed gitignore setting for "inspectionProfiles". Wasn't working in previous commit. Co-authored-by: Joshua Quick --- android/.gitignore | 1 + .../inspectionProfiles/Project_Default.xml | 162 ++++++++++++++++++ 2 files changed, 163 insertions(+) create mode 100644 android/.idea/inspectionProfiles/Project_Default.xml diff --git a/android/.gitignore b/android/.gitignore index c1e42dcfb44..56cacb3ced2 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -4,6 +4,7 @@ .gradle/ .idea/* !/.idea/codeStyles/ +!/.idea/inspectionProfiles/ .project/ .settings/ build/ diff --git a/android/.idea/inspectionProfiles/Project_Default.xml b/android/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000000..910984207bc --- /dev/null +++ b/android/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,162 @@ + + + + \ No newline at end of file