Skip to content

Commit a1b7e9e

Browse files
committed
Update comment type with rust
1 parent 105fcbb commit a1b7e9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_source_discover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"comment_type": "java",
4545
},
4646
[
47-
"Schema validation error in field 'comment_type': 'java' is not one of ['cpp', 'cs', 'python', 'yaml']"
47+
"Schema validation error in field 'comment_type': 'java' is not one of ['cpp', 'cs', 'python', 'rust', 'yaml']"
4848
],
4949
),
5050
(

tests/test_src_trace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
[
5858
"Project 'dcdc' has the following errors:",
5959
"Schema validation error in field 'exclude': 123 is not of type 'string'",
60-
"Schema validation error in field 'comment_type': 'java' is not one of ['cpp', 'cs', 'python', 'yaml']",
60+
"Schema validation error in field 'comment_type': 'java' is not one of ['cpp', 'cs', 'python', 'rust', 'yaml']",
6161
"Schema validation error in field 'gitignore': '_true' is not of type 'boolean'",
6262
"Schema validation error in field 'include': 345 is not of type 'string'",
6363
"Schema validation error in field 'src_dir': ['../dcdc'] is not of type 'string'",

0 commit comments

Comments
 (0)