style:disable check unstable api usage

Signed-off-by: keta1 <k@ketal.icu>
This commit is contained in:
keta1
2022-07-09 10:57:01 +08:00
parent 8862594aeb
commit 1df64ead19
2 changed files with 7 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ on:
- '**.md'
- '**.txt'
- '.github/**'
- '.idea/**'
- '!.github/workflows/**'
jobs:

View File

@@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="UnstableApiUsage" enabled="false" level="WARNING" enabled_by_default="false" />
</profile>
</component>