Re: Automatically checking commit messages

2017-09-22 Thread Arun Isaac
> What parts of the commit message guidelines do you expect to be > verifiable, and which parts do you think will be too hard/restrictive > to automatically verify? I haven't thought too hard about this. I thought that, if we have a good parser for commit messages, we can later add any number of

Re: Automatically checking commit messages

2017-09-21 Thread Marius Bakke
Vincent Legoll writes: > Hello > > On Wed, Sep 20, 2017 at 5:47 PM, Arun Isaac > wrote: >> I have been working on a guile script to automatically check commit >> messages -- something like `guix lint' but for commit messages instead >> of

Re: Automatically checking commit messages

2017-09-21 Thread Vincent Legoll
Hello On Wed, Sep 20, 2017 at 5:47 PM, Arun Isaac wrote: > I have been working on a guile script to automatically check commit > messages -- something like `guix lint' but for commit messages instead > of package definitions. This could help us enforce our commit

Re: Automatically checking commit messages

2017-09-21 Thread Jelle Licht
2017-09-20 17:47 GMT+02:00 Arun Isaac : > > I have been working on a guile script to automatically check commit > messages -- something like `guix lint' but for commit messages instead > of package definitions. This could help us enforce our commit message > guidelines

Automatically checking commit messages

2017-09-20 Thread Arun Isaac
I have been working on a guile script to automatically check commit messages -- something like `guix lint' but for commit messages instead of package definitions. This could help us enforce our commit message guidelines and avoid screw-ups like the one I did in commit