From 411cf645712e1c877c5439479c446681289be165 Mon Sep 17 00:00:00 2001 From: John Veitch <john.veitch@ligo.org> Date: Thu, 16 Mar 2023 18:14:10 +0000 Subject: [PATCH] Add john-veitch as special case author name --- test/check_author_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/check_author_list.py b/test/check_author_list.py index eac8a4a6c..19013bff9 100644 --- a/test/check_author_list.py +++ b/test/check_author_list.py @@ -3,7 +3,7 @@ import re import subprocess -special_cases = ["plasky", "thomas", "mj-will", "richard"] +special_cases = ["plasky", "thomas", "mj-will", "richard", "john-veitch"] AUTHORS_list = [] with open("AUTHORS.md", "r") as f: AUTHORS_list = " ".join([line for line in f]).lower() -- GitLab