Enable commit message inspection in IDE by configuring subject line character limit warning.

This commit is contained in:
Yûki VACHOT 2025-11-29 01:25:34 +01:00
parent 1a451f6390
commit 8cc53378b7

5
.idea/vcs.xml generated
View file

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CommitMessageInspectionProfile">
<profile version="1.0">
<inspection_tool class="SubjectLimit" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>