rspec/rules/S1871/tsql/rule.adoc
2023-10-24 12:02:02 +00:00

29 lines
761 B
Plaintext

:language: tsql
:description: {language}/description.adoc
:noncompliant: {language}/noncompliant.adoc
:compliant: {language}/compliant.adoc
:exceptions: {language}/exceptions.adoc
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
include::../highlighting.adoc[]
'''
== Comments And Links
(visible only on this page)
=== on 19 Jul 2017, 11:42:50 Alban Auzeill wrote:
I intentionally exclude duplicated ``++THEN++`` clauses in a ``++CASE++`` statement from this rule, because ``++THEN++`` can not contains multiple statements, it's just return a the result of a single expression.
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]