mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00:00
19 lines
495 B
Text
19 lines
495 B
Text
|
<?xml version="1.0"?>
|
||
|
<rule version="1">
|
||
|
<pattern> wcwidth \(</pattern>
|
||
|
<message>
|
||
|
<id>wcwidthForbidden</id>
|
||
|
<severity>warning</severity>
|
||
|
<summary>Always use fish_wcwidth rather than wcwidth.</summary>
|
||
|
</message>
|
||
|
</rule>
|
||
|
|
||
|
<rule version="1">
|
||
|
<pattern> wcswidth \(</pattern>
|
||
|
<message>
|
||
|
<id>wcswidthForbidden</id>
|
||
|
<severity>warning</severity>
|
||
|
<summary>Always use fish_wcswidth rather than wcswidth.</summary>
|
||
|
</message>
|
||
|
</rule>
|