2023-05-03 11:06:20 +02:00
== Why is this an issue?
2021-04-28 16:49:39 +02:00
Shared naming conventions allow teams to collaborate efficiently. This rule checks that all variables names that are used to store/cache jQuery objects match a provided regular expression.
2021-04-28 18:08:03 +02:00
2021-06-02 20:44:38 +02:00
2021-06-03 09:05:38 +02:00
ifdef::env-github,rspecator-view[]
2021-09-20 15:38:42 +02:00
'''
== Implementation Specification
(visible only on this page)
2023-05-25 14:18:12 +02:00
=== Message
Rename variable "XXX" to match the regular expression ${format}.
=== Parameters
.format
****
----
^\\$[a-z][a-zA-Z0-9]*$
----
Regular expression used to check the variable names against
****
2021-09-20 15:38:42 +02:00
2021-06-08 15:52:13 +02:00
'''
2021-06-02 20:44:38 +02:00
== Comments And Links
(visible only on this page)
2023-05-25 14:18:12 +02:00
=== on 17 Mar 2015, 10:08:41 Linda Martin wrote:
\[~ann.campbell.2] Assigning to you for completion and review.
=== on 1 Nov 2019, 17:27:35 Elena Vilchik wrote:
See \https://github.com/SonarSource/SonarJS/issues/1698
2021-06-03 09:05:38 +02:00
endif::env-github,rspecator-view[]