mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-17 20:05:09 -04:00
Disable the IntelliJ inspection for string templates (#124570)
IntelliJ has been suggesting switching to string templates (at least it has for me). This is unhelpful advice, since the feature was only ever a tech preview and was removed in more recent JVMs. This change disables that inspection.
This commit is contained in:
parent
d8e889acb6
commit
6cb5f8360b
1 changed files with 1 additions and 0 deletions
1
.idea/inspectionProfiles/Project_Default.xml
generated
1
.idea/inspectionProfiles/Project_Default.xml
generated
|
@ -9,6 +9,7 @@
|
|||
<inspection_tool class="PointlessBooleanExpression" enabled="false" level="WARNING" enabled_by_default="false">
|
||||
<option name="m_ignoreExpressionsContainingConstants" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="StringTemplateMigration" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="jol" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
</profile>
|
||||
</component>
|
||||
|
|
Loading…
Add table
Reference in a new issue