1# SPDX-License-Identifier: BSD-3-Clause 2 3description: | 4 Invalid include element: invalid keys are present. 5compatible: include-invalid-keys 6include: 7 - name: include.yaml 8 property-allowlist: [x] 9 bad-key-1: 3 10 bad-key-2: 3 11