mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
572 B
16 lines
572 B
[MESSAGES CONTROL] |
|
|
|
# Disable all to choose the Tests one by one |
|
disable=all |
|
|
|
# Tests |
|
enable=bad-indentation, # Used when an unexpected number of indentation’s 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 isn’t necessary. |
|
unused-variable # Used when a variable is defined but not used. (Use _var to ignore var). |
|
|
|
|
|
[REPORTS] |
|
|
|
# Activate the evaluation score. |
|
score=no
|
|
|