-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
While crawling Accelerated Shape Detection in Images, the following enum values were found to ignore naming conventions (lower case, hyphen separated words):
- The value
"code_128"of the enumBarcodeFormatdoes not match the expected conventions (lower case, hyphen separated words) - The value
"code_39"of the enumBarcodeFormatdoes not match the expected conventions (lower case, hyphen separated words) - The value
"code_93"of the enumBarcodeFormatdoes not match the expected conventions (lower case, hyphen separated words) - The value
"data_matrix"of the enumBarcodeFormatdoes not match the expected conventions (lower case, hyphen separated words) - The value
"ean_13"of the enumBarcodeFormatdoes not match the expected conventions (lower case, hyphen separated words) - The value
"ean_8"of the enumBarcodeFormatdoes not match the expected conventions (lower case, hyphen separated words) - The value
"qr_code"of the enumBarcodeFormatdoes not match the expected conventions (lower case, hyphen separated words) - The value
"upc_a"of the enumBarcodeFormatdoes not match the expected conventions (lower case, hyphen separated words) - The value
"upc_e"of the enumBarcodeFormatdoes not match the expected conventions (lower case, hyphen separated words)
See Use casing rules consistent with existing APIs in Web Platform Design Principles document for guidance.
This issue was detected and reported semi-automatically by Strudy based on data collected in webref.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels