gnustavo / Git-Hooks

Framework for implementing Git (and Gerrit) hooks
http://search.cpan.org/dist/Git-Hooks/
41 stars 17 forks source link

Checkjira skip logs #78

Open gnustavo opened 1 year ago

gnustavo commented 1 year ago

Implement the skip-logs directive.

boudekerk commented 11 months ago

Thinking about this some more, I do wonder if adding this directive is the best solution. There's a plugin for parsing logs already, so with my proposed 'OR' feature, that can be used instead of duplicating CheckLog functionality into individual plugins. Because I can see skip-logs being useful for other plugins as well, I don't think it's necessarily JIRA specific.

I think a way where either CheckLog or CheckJira must match is cleaner. (The idea that is, not necessarily my implementation of it)