- 添加 leaf-segment 分布式ID配置表及初始数据 fix(pom):修正模块 artifactId 命名 - 将 han-note-api 模块名称更正为 han-note-note-api
20 lines
784 B
XML
Executable File
20 lines
784 B
XML
Executable File
<component name="InspectionProjectProfileManager">
|
|
<profile version="1.0">
|
|
<option name="myName" value="Project Default" />
|
|
<inspection_tool class="IncorrectHttpHeaderInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
<option name="customHeaders">
|
|
<set>
|
|
<option value="userId" />
|
|
</set>
|
|
</option>
|
|
</inspection_tool>
|
|
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
|
<option name="ignoredErrors">
|
|
<list>
|
|
<option value="N801" />
|
|
</list>
|
|
</option>
|
|
</inspection_tool>
|
|
<inspection_tool class="SqlNoDataSourceInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
</profile>
|
|
</component> |