Skip to content

Commit

Permalink
Configure required IDEA plugins (elastic#84674)
Browse files Browse the repository at this point in the history
Closes elastic#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.
  • Loading branch information
pugnascotia committed Mar 7, 2022
1 parent 6855fda commit e4fef46
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
7 changes: 7 additions & 0 deletions .idea/externalDependencies.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4fef46

Please sign in to comment.