From 9d3530f906b764c3aceb20dbd2ed215b4602738e Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Wed, 8 Apr 2020 12:08:25 +0100 Subject: [PATCH] #3492 Add inspections to git - add inspection profile --- .gitignore | 1 + .idea/inspectionProfiles/Project_Default.xml | 46 ++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.gitignore b/.gitignore index 63a882d020..418e4c3808 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ app/src/main/gen/* # IDEA/Android Studio Ignore exceptions !/.idea/codeStyles/ +!/.idea/inspectionProfiles/ # Gradle .gradle diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000000..d18f5be8cf --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,46 @@ + + + + \ No newline at end of file