Snapshot to a recent zephyr main. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
10 lines
236 B
YAML
10 lines
236 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
description: |
|
|
Invalid include element: invalid keys are present.
|
|
compatible: include-invalid-keys
|
|
include:
|
|
- name: include.yaml
|
|
property-allowlist: [x]
|
|
bad-key-1: 3
|
|
bad-key-2: 3
|