1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

remove unsupported unsupported unicode

This commit is contained in:
zihaomu
2023-06-11 23:02:34 +08:00
parent 6ca697bc12
commit 37459f89c9
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ disable=all
# Tests
enable=bad-indentation, # Used when an unexpected number of indentations tabulations or spaces has been found.
mixed-indentation, # Used when there are some mixed tabs and spaces in a module.
unnecessary-semicolon, # Used when a statement is ended by a semi-colon (”;”), which isnt necessary.
unnecessary-semicolon, # Used when a statement is ended by a semi-colon (";"), which isnt necessary.
unused-variable # Used when a variable is defined but not used. (Use _var to ignore var).