Coder Social home page Coder Social logo

Comments (4)

veewee avatar veewee commented on August 25, 2024 1

hmm interesting...
Wouldn't it be easier to check with regex that something needs to go after that?
Like: /ABC-[0-9]+ : (.+)/?

from grumphp.

veewee avatar veewee commented on August 25, 2024 1

I'm a bit confused by this:

  • prepare-commit-msg: prepends jira issue number to the commit message file
  • commit-msg runs on the changed commit file

The (grumphp) commit-msg hook triggers the git_commit_message task, meaning you can validate the outcome AFTER saving the file in there.

So by changing the regex /ABC-[0-9]+ : (.+)/ it won't let your commit pass if you don't enter a message after the jira issue number as you expect right? (given the fact it requires a non empty (.+). You could change this to (.{5,}) to specify a minimum or you could force it to contain non-space characters.

from grumphp.

delboy1978uk avatar delboy1978uk commented on August 25, 2024

@veewee thanks for the speedy reply! yes that was my idea, as far as i understand however, the prepare-commit-msg hook above runs before the editor opens and we enter our commit message, the check would have to happen after we save and exit the editor, and so I guess that would be the commit-msg hook, but that's when I noticed that GrumPHP is using that hook. So I'm looking for a way to do that check with GrumPHP if possible

from grumphp.

delboy1978uk avatar delboy1978uk commented on August 25, 2024

Aha! That's exactly what I needed, I didn't know abut that task! So I can keep my prepend hook and do the commit check from using GrumPHP now. Fantastic! Thanks for your help @veewee

from grumphp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.