You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While crawling Protected Audience (formerly FLEDGE), the following enum values were found to ignore naming conventions (lower case, hyphen separated words):
The value "passedAndEnforced" of the enum KAnonStatus does not match the expected conventions (lower case, hyphen separated words)
The value "passedNotEnforced" of the enum KAnonStatus does not match the expected conventions (lower case, hyphen separated words)
The value "belowThreshold" of the enum KAnonStatus does not match the expected conventions (lower case, hyphen separated words)
The value "notCalculated" of the enum KAnonStatus does not match the expected conventions (lower case, hyphen separated words)
While crawling Protected Audience (formerly FLEDGE), the following enum values were found to ignore naming conventions (lower case, hyphen separated words):
"passedAndEnforced"
of the enumKAnonStatus
does not match the expected conventions (lower case, hyphen separated words)"passedNotEnforced"
of the enumKAnonStatus
does not match the expected conventions (lower case, hyphen separated words)"belowThreshold"
of the enumKAnonStatus
does not match the expected conventions (lower case, hyphen separated words)"notCalculated"
of the enumKAnonStatus
does 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.
The text was updated successfully, but these errors were encountered: