Skip to content
  • Peter Hutterer's avatar
    tools: add commit message checks to ci-fairy · 639808ac
    Peter Hutterer authored
    
    
    Useful for checking things like signed-off-by and some more cosmetic things
    that we expect in general from the commit message.
    
    Current checks:
    - s-o-b present or not (depending on commandline toggle)
    - textwidth < 80 chars
    - second line of commit message is an empty line
    - no 'fixup!' or 'squash!' messages in the history
    - git author information is set
    
    Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
    639808ac