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