Parcourir la source

update defaultConfig with new Slack regex

Les Aker il y a 7 ans
Parent
commit
afb598cf15
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -173,7 +173,7 @@ description = "Github"
 regex = '''(?i)github.*['\"][0-9a-zA-Z]{35,40}['\"]'''
 [[regexes]]
 description = "Slack"
-regex = '''xoxo[bapr]-.*'''
+regex = '''xox[baprs]-.*'''
 [[regexes]]
 description = "Telegram"
 regex = '''\d{5,}:A[a-zA-Z0-9_\-]{34,34}'''