The minimum size for the TypeScript language in the duplicated code check has been increased. This update reduces the sensitivity of the code redundancy inspection, potentially reducing false positive results. Signed-off-by: Mathis <yidhra@tuta.io>
10 lines
375 B
XML
10 lines
375 B
XML
<component name="InspectionProjectProfileManager">
|
|
<profile version="1.0">
|
|
<option name="myName" value="Project Default" />
|
|
<inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
|
<Languages>
|
|
<language minSize="174" name="TypeScript" />
|
|
</Languages>
|
|
</inspection_tool>
|
|
</profile>
|
|
</component> |