Implemented the SemanticVersionValidationRule type in the library target.
This commit is contained in:
@@ -74,5 +74,4 @@ private extension CamelCaseValidationRule {
|
||||
private extension String.Pattern {
|
||||
/// A regular expression pattern that represents camel-cased inputs.
|
||||
static let camelCase = "([A-Z]([a-z]|[0-9])+)+"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user