]> git.proxmox.com Git - mirror_frr.git/blobdiff - .github/commitlint.config.js
Merge pull request #12890 from pguibert6WIND/attr_cleaning_misc
[mirror_frr.git] / .github / commitlint.config.js
index cf7daab867021cfa886f9b1d9cc058e441b5f01d..2b420b6fbfd69f335e22ab2e1339a983bea629df 100644 (file)
@@ -10,6 +10,7 @@ module.exports = {
                                'babeld',
                                'bfdd',
                                'bgpd',
+                               'build',
                                'doc',
                                'docker',
                                'eigrpd',
@@ -17,10 +18,12 @@ module.exports = {
                                'isisd',
                                'ldpd',
                                'lib',
+                               'mgmtd',
                                'multi',
                                'nhrpd',
                                'ospf6d',
                                'ospfd',
+                               'pathd',
                                'pbrd',
                                'pimd',
                                'pim6d',
@@ -39,6 +42,5 @@ module.exports = {
                ],
                'subject-empty': [2, 'never'],
                'subject-full-stop': [2, 'never', '.'],
-               'subject-case': [2, 'always', 'sentence-case'],
        },
 };