Merge pull request #12943 from opensourcerouting/feature/add_helpurl

tools: Commit linter minor adjustments
This commit is contained in:
Christian Hopps 2023-03-03 03:15:16 -05:00 committed by GitHub
commit bd0699e27a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -18,10 +18,12 @@ module.exports = {
'isisd',
'ldpd',
'lib',
'mgmtd',
'multi',
'nhrpd',
'ospf6d',
'ospfd',
'pathd',
'pbrd',
'pimd',
'pim6d',

View file

@ -26,3 +26,4 @@ jobs:
uses: wagoid/commitlint-github-action@v5
with:
configFile: .github/commitlint.config.js
helpURL: 'https://docs.frrouting.org/projects/dev-guide/en/latest/workflow.html#submitting-patches-and-enhancements'