forked from OpenTOSCA/container
-
Notifications
You must be signed in to change notification settings - Fork 0
/
checkstyle-suppressions.xml
26 lines (25 loc) · 1.25 KB
/
checkstyle-suppressions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Copyright (c) 2018-2022 Contributors to the OpenTOSCA Ecosystem
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0, or the Apache Software License 2.0
~ which is available at https://www.apache.org/licenses/LICENSE-2.0.
~
~ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<suppress files="[\\/]gen[\\/]" checks="[a-zA-Z0-9]*"/>
<suppress files="[\\/]org[\\/]apache[\\/]" checks="[a-zA-Z0-9]*" />
<suppress files="[\\/]org[\\/]wso2[\\/]" checks="[a-zA-Z0-9]*" />
<suppress files="[\\/]org[\\/]w3c[\\/]" checks="[a-zA-Z0-9]*" />
<suppress files="[\\/]org[\\/]w3[\\/]" checks="[a-zA-Z0-9]*" />
<suppress files="[\\/]authclient[\\/]" checks="[a-zA-Z0-9]*" />
</suppressions>