1# SPDX-License-Identifier: BSD-3-Clause 2 3description: | 4 An include must not give both an allowlist and a blocklist in a 5 child binding. This binding should cause an error. 6compatible: allow-and-blocklist-child 7include: 8 - name: include.yaml 9 child-binding: 10 property-blocklist: [x] 11 property-allowlist: [y] 12