From addb3cddff5b520438f3d04afa69ac39d9824763 Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Sat, 13 Feb 2021 01:32:14 +0100 Subject: [PATCH] refactor idea run's --- .idea/runConfigurations/All_Tests.xml | 9 +++++ .idea/runConfigurations/Check.xml | 3 +- .idea/runConfigurations/Lint.xml | 31 --------------- .idea/runConfigurations/Lint_Format.xml | 23 +++++++++++ .../Lint_Test_Sonar___Run.xml | 7 +++- .idea/runConfigurations/Lint__Test___Run.xml | 38 ------------------- .idea/runConfigurations/Run_dependencies.xml | 5 +++ .idea/runConfigurations/Sonarqube.xml | 4 +- .../Sonarqube_without_test.xml | 23 +++++++++++ .idea/runConfigurations/Test.xml | 28 ++++++++++++++ 10 files changed, 98 insertions(+), 73 deletions(-) delete mode 100644 .idea/runConfigurations/Lint.xml create mode 100644 .idea/runConfigurations/Lint_Format.xml delete mode 100644 .idea/runConfigurations/Lint__Test___Run.xml create mode 100644 .idea/runConfigurations/Sonarqube_without_test.xml create mode 100644 .idea/runConfigurations/Test.xml diff --git a/.idea/runConfigurations/All_Tests.xml b/.idea/runConfigurations/All_Tests.xml index 3c12725..cb4a02c 100644 --- a/.idea/runConfigurations/All_Tests.xml +++ b/.idea/runConfigurations/All_Tests.xml @@ -1,6 +1,12 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Check.xml b/.idea/runConfigurations/Check.xml index 0367996..78058b2 100644 --- a/.idea/runConfigurations/Check.xml +++ b/.idea/runConfigurations/Check.xml @@ -1,8 +1,9 @@ + + - \ No newline at end of file diff --git a/.idea/runConfigurations/Lint.xml b/.idea/runConfigurations/Lint.xml deleted file mode 100644 index e320150..0000000 --- a/.idea/runConfigurations/Lint.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - true - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Lint_Format.xml b/.idea/runConfigurations/Lint_Format.xml new file mode 100644 index 0000000..32ba163 --- /dev/null +++ b/.idea/runConfigurations/Lint_Format.xml @@ -0,0 +1,23 @@ + + + + + + + true + true + false + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Lint_Test_Sonar___Run.xml b/.idea/runConfigurations/Lint_Test_Sonar___Run.xml index 9ba45b3..ad6b930 100644 --- a/.idea/runConfigurations/Lint_Test_Sonar___Run.xml +++ b/.idea/runConfigurations/Lint_Test_Sonar___Run.xml @@ -20,6 +20,8 @@