[Rubocop] Update API/EntityFieldType
What does this MR do and why?
This MR makes a small change to update API/EntityFieldType linter to validate and autocorrect the using option to ensure valid entity references. Entity refs must be constants and begin with lead colons to avoid namespace conflicts.
Related to #582859