rspec/rules/S1707/rule.adoc

22 lines
307 B
Plaintext
Raw Normal View History

== Why is this an issue?
2020-06-30 12:47:33 +02:00
include::description.adoc[]
=== Noncompliant code example
Using the default regular expression: ``++[ ]*\([ _a-zA-Z0-9@.]+\)++``:
[source,text]
----
// TODO
----
=== Compliant solution
[source,text]
----
// TODO(ganncamp) per the business partners, more checks needed
----
2020-06-30 12:47:33 +02:00