mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-28 04:03:39 +08:00
19 lines
495 B
Plaintext
19 lines
495 B
Plaintext
|
<?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>
|