Skip to content

Commit

Permalink
chore: group project services together
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Nov 10, 2020
1 parent fc62acd commit e681a48
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
<extensions defaultExtensionNs="com.intellij">
<ApplicationLoadListener implementation="com.github.lppedd.cc.CCApplicationLoadListener" />

<projectService
overrides="true"
serviceInterface="com.intellij.vcs.commit.message.CommitMessageInspectionProfile"
serviceImplementation="com.github.lppedd.cc.inspection.CommitMessageInspectionProfileEx"
/>

<notification.parentGroup id="com.github.lppedd.cc.notifications" title="Conventional Commit" />
<notification.group
parentId="com.github.lppedd.cc.notifications"
Expand Down Expand Up @@ -79,6 +73,11 @@
/>
</projectConfigurable>

<projectService
overrides="true"
serviceInterface="com.intellij.vcs.commit.message.CommitMessageInspectionProfile"
serviceImplementation="com.github.lppedd.cc.inspection.CommitMessageInspectionProfileEx"
/>
<projectService serviceImplementation="com.github.lppedd.cc.configuration.CCConfigService" />
<projectService serviceImplementation="com.github.lppedd.cc.configuration.CCDefaultTokensService" />

Expand Down

0 comments on commit e681a48

Please sign in to comment.