Skip to content

Commit b0f9ce0

Browse files
Update functional test output
1 parent 77d72d2 commit b0f9ce0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

tests/functional/i/invalid/invalid_field_call.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ invalid-field-call:27:4:27:14:NotADataClass:Invalid usage of field(), it should
66
invalid-field-call:28:15:28:35:NotADataClass:Invalid usage of field(), it should be used within a dataclass or the make_dataclass() function.:INFERENCE
77
invalid-field-call:32:4:32:11:DC:Invalid usage of field(), it should be the value of an assignment within a dataclass.:INFERENCE
88
invalid-field-call:33:4:33:14:DC:Invalid usage of field(), it should be the value of an assignment within a dataclass.:INFERENCE
9-
invalid-field-call:38:22:38:29:DC:Invalid usage of field(), it should be the value of an assignment within a dataclass.:INFERENCE
10-
invalid-field-call:38:31:38:38:DC:Invalid usage of field(), it should be the value of an assignment within a dataclass.:INFERENCE
11-
invalid-field-call:42:4:42:11:IsAlsoDC:Invalid usage of field(), it should be the value of an assignment within a dataclass.:INFERENCE
12-
invalid-field-call:46:22:46:29:IsAlsoDC:Invalid usage of field(), it should be the value of an assignment within a dataclass.:INFERENCE
13-
invalid-field-call:46:31:46:38:IsAlsoDC:Invalid usage of field(), it should be the value of an assignment within a dataclass.:INFERENCE
14-
invalid-field-call:61:15:61:32:AlsoNotADataClass:Invalid usage of field(), it should be used within a dataclass or the make_dataclass() function.:INFERENCE
9+
invalid-field-call:37:22:37:29:DC:Invalid usage of field(), it should be the value of an assignment within a dataclass.:INFERENCE
10+
invalid-field-call:37:31:37:38:DC:Invalid usage of field(), it should be the value of an assignment within a dataclass.:INFERENCE
11+
invalid-field-call:41:4:41:11:IsAlsoDC:Invalid usage of field(), it should be the value of an assignment within a dataclass.:INFERENCE
12+
invalid-field-call:44:22:44:29:IsAlsoDC:Invalid usage of field(), it should be the value of an assignment within a dataclass.:INFERENCE
13+
invalid-field-call:44:31:44:38:IsAlsoDC:Invalid usage of field(), it should be the value of an assignment within a dataclass.:INFERENCE
14+
invalid-field-call:59:15:59:32:AlsoNotADataClass:Invalid usage of field(), it should be used within a dataclass or the make_dataclass() function.:INFERENCE
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
non-ascii-name:12:4:12:13:okay:"Argument name ""łol"" contains a non-ASCII character, consider renaming it.":HIGH
2-
non-ascii-name:24:4:24:12::"Argument name ""łol"" contains a non-ASCII character, consider renaming it.":HIGH
1+
non-ascii-name:9:4:9:13:okay:"Argument name ""łol"" contains a non-ASCII character, consider renaming it.":HIGH
2+
non-ascii-name:21:4:21:12::"Argument name ""łol"" contains a non-ASCII character, consider renaming it.":HIGH
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
non-ascii-name:17:4:17:10::"Argument name ""łol"" contains a non-ASCII character, consider renaming it.":HIGH
1+
non-ascii-name:14:4:14:10::"Argument name ""łol"" contains a non-ASCII character, consider renaming it.":HIGH

0 commit comments

Comments
 (0)