Skip to content

Commit

Permalink
empty commit
Browse files Browse the repository at this point in the history
Signed-off-by: Sanjay Kumar <sanjay.kumar_p@nokia.com>
  • Loading branch information
skumarp7 authored and ankitkala committed Jul 22, 2024
1 parent 06e6bd3 commit 6022720
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ object ValidationUtil {

if ((pattern?.startsWith('_') ?: false) || (pattern?.startsWith('-') ?: false))
validationException.addValidationError("Autofollow pattern: $pattern must not start with '_' or '-'")

}

/**
Expand Down

0 comments on commit 6022720

Please sign in to comment.