rspec/rules/S6669/rspecator.adoc
github-actions[bot] df644a9db1
Create rule S6669: Logger field names should comply with a naming convention (#2533)
* Create rule S6669

* First specification

* Add backticks

* Add compliant and noncompliant comments

* Add properties

* Use standard RSPEC format for links

* Change the scope to "Main"

* Fix default format regex

* Remove VB.NET

* Add logging tag

* Fix asciidoc issues

---------

Co-authored-by: cristian-ambrosini-sonarsource <cristian-ambrosini-sonarsource@users.noreply.github.com>
Co-authored-by: Cristian Ambrosini <cristian.ambrosini@sonarsource.com>
Co-authored-by: Gregory Paidis <gregory.paidis@sonarsource.com>
Co-authored-by: Gregory Paidis <115458417+gregory-paidis-sonarsource@users.noreply.github.com>
2024-03-08 16:01:23 +01:00

27 lines
416 B
Plaintext

ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
=== Message
Rename this [field/property] "XXX" to match the regular expression ${format}.
=== Parameters
.format
****
----
^_?[Ll]og(ger)?$
----
Regular expression used to check the field or property names against.
****
'''
== Comments And Links
(visible only on this page)
endif::env-github,rspecator-view[]