From bf2ffe60a90b3b0e896f87803cd97183cd15e010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Kvarnstr=C3=B6m?= Date: Thu, 14 Jan 2021 17:23:42 +0100 Subject: Add the JavaOO default inspection profile for 2021. Note that the online inspection system is always the "main" inspection, while this profile helps by allowing many of the warnings to be seen directly in the editor. --- .idea/inspectionProfiles/JavaOO_2021.xml | 3986 ++++++++++++++++++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 + 2 files changed, 3992 insertions(+) create mode 100644 .idea/inspectionProfiles/JavaOO_2021.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml (limited to '.idea') diff --git a/.idea/inspectionProfiles/JavaOO_2021.xml b/.idea/inspectionProfiles/JavaOO_2021.xml new file mode 100644 index 0000000..1718de9 --- /dev/null +++ b/.idea/inspectionProfiles/JavaOO_2021.xml @@ -0,0 +1,3986 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..b71c1f4 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file -- cgit v1.2.1