In rule description, changed single quotes (var='') to double quotes (var=""), which are sufficient.

wileyhy
2024-10-05 22:29:02 -07:00
parent 843e9ffc35
commit c4332e28db

@@ -1,4 +1,4 @@
# Remove space after `=` if trying to assign a value (or for empty string, use `var=''` ... ).
# Remove space after `=` if trying to assign a value (or for empty string, use `var=""` ... ).
### Problematic code: