There was an error while loading. Please reload this page.
1 parent e7b5f6c commit d0c0110Copy full SHA for d0c0110
1 file changed
resources/suppressions.xml
@@ -0,0 +1,22 @@
1
+<?xml version="1.0"?>
2
+
3
+<!--
4
+ ~ Copyright (c) 2022 Microsoft Corporation
5
+ ~
6
+ ~ This program and the accompanying materials are made available under the
7
+ ~ terms of the Apache License, Version 2.0 which is available at
8
+ ~ https://www.apache.org/licenses/LICENSE-2.0
9
10
+ ~ SPDX-License-Identifier: Apache-2.0
11
12
+ ~ Contributors:
13
+ ~ Microsoft Corporation - initial API and implementation
14
15
+ -->
16
17
+<!DOCTYPE suppressions PUBLIC
18
+ "-//Puppy Crawl//DTD Suppressions 1.1//EN"
19
+ "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
20
+<suppressions>
21
+ <suppress files="package-info.java" checks="[a-zA-Z0-9]*"/>
22
+</suppressions>
0 commit comments