From d0df26342764fb33ed7c7804f12bcfa48e7c2b0c Mon Sep 17 00:00:00 2001 From: a5r0n <32464596+a5r0n@users.noreply.github.com> Date: Tue, 9 Aug 2022 01:21:38 +0300 Subject: [PATCH] test: Add ignore fixup! & squash! tests --- tests/commands/test_check_command.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/commands/test_check_command.py b/tests/commands/test_check_command.py index 6f1b22abc..71e7aed6d 100644 --- a/tests/commands/test_check_command.py +++ b/tests/commands/test_check_command.py @@ -46,6 +46,8 @@ "This reverts commit afc70133e4a81344928561fbf3bb20738dfc8a0b." ), "feat!: add user stuff", + "fixup! test(commands): ignore fixup! prefix", + "fixup! test(commands): ignore squash! prefix", ]