The rule no-ambiguous-paths checks for some ambiguous paths, but not all. For example: - /foo/{x} - /foo/bar Are ambiguous for input /foo/bar but will not get flagged by the linter. Is this expected behavior?