rspec/rules/S120/plsql/rule.adoc

33 lines
427 B
Plaintext
Raw Normal View History

== Why is this an issue?
include::../description.adoc[]
2023-10-17 10:34:22 +02:00
== How to fix it
Rename packages with the expected naming convention
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
=== Parameters
.regexp
****
----
[a-zA-Z]([a-zA-Z_]*[a-zA-Z])?
----
The regular expression package names should match.
****
'''
endif::env-github,rspecator-view[]