Skip to content

Commit e698ff5

Browse files
committed
chore: add missed dot to inspection message
1 parent 03f1823 commit e698ff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/messages/ConventionalCommitBundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ cc.inspection.nonStdMessage.removeWs = Remove whitespaces
135135
cc.inspection.nonStdMessage.replaceWs = Replace whitespaces with {0}
136136
cc.inspection.nonStdMessage.replaceWs.label = Replace scope's middle spaces with:
137137
cc.inspection.namingConvention.description = Conventional Commit: naming convention
138-
cc.inspection.namingConvention.text = Naming convention violation. Illegal characters used
138+
cc.inspection.namingConvention.text = Naming convention violation. Illegal characters used.
139139
cc.inspection.namingConvention.comment = \
140140
Reports commit <b>types</b> and <b>scopes</b> that do not follow \
141141
the specified regular expression patterns.<br/>\

0 commit comments

Comments
 (0)