Skip to content

Commit

Permalink
chore: remove no more needed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
batovpasha committed Jan 14, 2025
1 parent 26a24c2 commit 7cee8a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pre_commit_jira/hooks/add_jira_ticket.clj
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
branch-name (get-current-branch-name)
ticket-from-commit-msg (get-jira-ticket-from commit-msg)
ticket-from-branch (get-jira-ticket-from branch-name)]
; TODO: handle case when ticket in branch name is different from ticket
; in commit-msg
(when (and (not ticket-from-commit-msg)
ticket-from-branch
(not (special-commit? commit-msg)))
Expand Down

0 comments on commit 7cee8a4

Please sign in to comment.