Rules for commit messages

Part of KTI-944 about adding automatic checks to commit messages.
This commit is contained in:
Nikolay Krasko
2022-10-05 12:18:59 +02:00
committed by teamcity
parent 0080f16cc2
commit 2ea0cdf46d
2 changed files with 30 additions and 1 deletions
Generated
+1 -1
View File
@@ -4,7 +4,7 @@
<profile version="1.0">
<inspection_tool class="BodyLimit" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="GrazieCommit" enabled="true" level="TYPO" enabled_by_default="true" />
<inspection_tool class="SubjectBodySeparation" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="SubjectBodySeparation" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="SubjectLimit" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>