rspec/rules/S1312/rspecator.adoc
github-actions[bot] 68e9c93d57
Create rule S1312: Add C# and VB.NET (#2488)
* Add csharp to rule S1312

* First specification

* Fix ascii

* Improve description

* Address comments

* Add the list of supported frameworks

* Add links to supported frameworks

* Small fixes

* Add missing closing brace

* Add tag logging

* Remove VB.NET

* Fix code snippets

---------

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-12 13:59:26 +01:00

35 lines
669 B
Plaintext

ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
=== Message
Make the logger "XXXX" private static [final|const] and rename it to comply with the format "{}".
Make the logger "XXXX" private static [final|const].
Rename the "XXX" logger to comply with the format "{}".
=== Parameters
.format
****
_String_
----
LOG(?:GER)?
----
Regular expression used to check the logger names against.
****
'''
== Comments And Links
(visible only on this page)
=== on 22 Nov 2013, 12:53:31 Freddy Mallet wrote:
Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3280 for Flex
endif::env-github,rspecator-view[]