We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7102e commit 00d0e11Copy full SHA for 00d0e11
lib/overcommit/hook/commit_msg/commitplease.rb
@@ -1,5 +1,7 @@
1
module Overcommit::Hook::CommitMsg
2
# Check that a commit message conforms to a certain style
3
+ #
4
+ # @see https://www.npmjs.com/package/commitplease
5
class Commitplease < Base
6
def run
7
result = execute(command)
0 commit comments