forked from eclipse-xpanse/xpanse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
suppressions.xml
15 lines (13 loc) · 884 Bytes
/
suppressions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<!--
~ SPDX-License-Identifier: Apache-2.0
~ SPDX-FileCopyrightText: Huawei Inc.
-->
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<suppress files="[\\/]modules[\\/]deployment[\\/]src[\\/]main[\\/]java[\\/]org[\\/]eclipse[\\/]xpanse[\\/]modules[\\/]deployment[\\/]deployers[\\/]terraform[\\/]terraformboot[\\/]generated[\\/]" checks=".*"/>
<suppress files="[\\/]modules[\\/]deployment[\\/]src[\\/]main[\\/]java[\\/]org[\\/]eclipse[\\/]xpanse[\\/]modules[\\/]deployment[\\/]deployers[\\/]opentofu[\\/]tofumaker[\\/]generated[\\/]" checks=".*"/>
<suppress files="[\\/]modules[\\/]policy[\\/]src[\\/]main[\\/]java[\\/]org[\\/]eclipse[\\/]xpanse[\\/]modules[\\/]policy[\\/]policyman[\\/]generated[\\/]" checks=".*"/>
</suppressions>