lppedd / idea-conventional-commit

Context and template-based completion for conventional/semantic commits.
https://plugins.jetbrains.com/plugin/13389-conventional-commit
MIT License
327 stars 19 forks source link

Disable per project #97

Open DaSchTour opened 1 year ago

DaSchTour commented 1 year ago

I have some projects that do not use conventional commit. But the plugin is always adding configuration to the .idea folder and always marks errors in the commit message box. You would like to be able to disable the plugin for certain projects.

arseniocosta1 commented 1 year ago

Same request here

lppedd commented 1 year ago

This is a pretty big change, but I'll consider it for 0.23.0.

lppedd commented 1 year ago

Btw, in the meantime, you can turn off commit inspections via Version Control > Commit

image

And optionally disable syntax highlight via the Conventional Commits settings

image