From 0e1b020960963d1cdccfd7e58f1a2c42ae9f4b9a Mon Sep 17 00:00:00 2001 From: Johan Brandhorst-Satzkorn Date: Tue, 21 Feb 2023 12:01:15 -0800 Subject: [PATCH] fix(all): make copywrite ignores stricter (#2990) The previous ignore matched oplog_entry.go accidentally. --- .copywrite.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.copywrite.hcl b/.copywrite.hcl index dbab182311..6cd9325f29 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -13,6 +13,7 @@ project { "internal/ui/.tmp/**", "website/.eslintrc.js", "website/prettier.config.js", - "**/*_ent*", + "**/*_ent.*", + "**/*_ent_test.*", ] }