From e4fef46affaa9940f1ce30638461c26db913b4aa Mon Sep 17 00:00:00 2001 From: Rory Hunter Date: Mon, 7 Mar 2022 10:35:28 +0000 Subject: [PATCH] Configure required IDEA plugins (#84674) Closes #53812. The CheckStyle-IDEA and EcliseCodeFormatter IDEA plugins are to all intents and purposes required when using IntelliJ to work on Elasticsearch, so add configuration that marks then as required. --- .gitignore | 6 ++++-- .idea/externalDependencies.xml | 7 +++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .idea/externalDependencies.xml diff --git a/.gitignore b/.gitignore index 0163712c89559..b7ad2bba74104 100644 --- a/.gitignore +++ b/.gitignore @@ -9,10 +9,12 @@ build-idea/ out/ # include shared intellij config -!.idea/scopes/x_pack.xml +!.idea/checkstyle-idea.xml +!.idea/eclipseCodeFormatter.xml +!.idea/externalDependencies.xml !.idea/inspectionProfiles/Project_Default.xml !.idea/runConfigurations/Debug_Elasticsearch.xml -!.idea/checkstyle-idea.xml +!.idea/scopes/x_pack.xml # These files are generated in the main tree by IntelliJ benchmarks/src/main/generated/* diff --git a/.idea/externalDependencies.xml b/.idea/externalDependencies.xml new file mode 100644 index 0000000000000..975fe828794b2 --- /dev/null +++ b/.idea/externalDependencies.xml @@ -0,0 +1,7 @@ + + + + + + +