Skip to content

dranzboi/commitlint-plugin-lastline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Footer last line

Introduction

Footer last line is a plugin extension for commitlint, which is a tool for linting commit messages.

If you want to learn more about structured and convention-driven commit messages, see conventional commits

Sample configuration

module.exports = {
	extends: ['@commitlint/config-conventional'],
	plugins: ['lastline'],
	rules: {
		 'footer-last-line': [2, 'always', '^ticket #[\\d]{6}']
	}
};

About

Plugin for commitlint, ticket in the footer

Resources

License

Stars

Watchers

Forks

Packages

No packages published