From e894c331bca780fe2bfecaa5b94ae2da9fd6ffc6 Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 26 Aug 2019 14:47:18 +0100 Subject: [PATCH] Disable package-private inspection --- .idea/.gitignore | 1 + .idea/inspectionProfiles/Project_Default.xml | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.idea/.gitignore b/.idea/.gitignore index 37a5401e5a..220d239751 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -2,3 +2,4 @@ !.gitignore !codeStyles !fileTemplates +!inspectionProfiles diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000000..7d757cca85 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,12 @@ + + + + \ No newline at end of file