blob: 50f97cbd3935e79e4018b4db7008ead63c0bb428 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
## @file
# Build plugin used to check that debug macros are formatted properly.
#
# Copyright (c) Microsoft Corporation. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
"scope": "global",
"name": "Debug Macro Check Plugin",
"module": "DebugMacroCheckBuildPlugin"
}
|