rspec/rules/S1135/tsql/rule.adoc

17 lines
174 B
Plaintext
Raw Normal View History

include::../description.adoc[]
== Noncompliant Code Example
----
CREATE PROCEDURE doSomething
AS
BEGIN
...
-- TODO something
...
END
GO
----
include::../see.adoc[]