summaryrefslogtreecommitdiff
path: root/tests/functional/l/len_checks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/l/len_checks.txt')
-rw-r--r--tests/functional/l/len_checks.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional/l/len_checks.txt b/tests/functional/l/len_checks.txt
index 9dc2969f6..23e3f583f 100644
--- a/tests/functional/l/len_checks.txt
+++ b/tests/functional/l/len_checks.txt
@@ -11,3 +11,5 @@ len-as-condition:72::Do not use `len(SEQUENCE)` without comparison to determine
len-as-condition:95:github_issue_1331_v2:Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty
len-as-condition:98:github_issue_1331_v3:Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty
len-as-condition:101:github_issue_1331_v4:Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty
+len-as-condition:103::Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty
+len-as-condition:104::Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty