From c53fc5eaa36e978d64532af55e6f893276eb5dc1 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 8 Apr 2021 13:55:26 -0300 Subject: [PATCH] Add inspection profile to repo so we can all share the same inspection profile and benefit from its warnings --- .gitignore | 1 + .idea/inspectionProfiles/Project_Default.xml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.gitignore b/.gitignore index 21c3404ab..f4f05ec62 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ local.properties # Android Studio .idea/* +!.idea/inspectionProfiles/ !.idea/runConfigurations/ !.idea/codeStyleSettings.xml !.idea/codeStyles diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 000000000..9180c3471 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,10 @@ + + + + \ No newline at end of file