mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
11 lines
236 B
YAML
11 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
|