I've configured a file with the following settings:
rules:
- name: "Compare JSON files"
pattern_include:
- "**/*.json"
Json:
ignore_keys:
- "^[a-zA-Z]+Id$"
Despite this configuration, the comparison results still show keys like xxxId, which should have been ignored based on the specified regex pattern. However, some keys containing Id do get ignored.