]> 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 bee965b814eaec354f49b0a7e7dead036f66bc0c..2b420b6fbfd69f335e22ab2e1339a983bea629df 100644 (file)
@@ -18,10 +18,12 @@ module.exports = {
                                'isisd',
                                'ldpd',
                                'lib',
+                               'mgmtd',
                                'multi',
                                'nhrpd',
                                'ospf6d',
                                'ospfd',
+                               'pathd',
                                'pbrd',
                                'pimd',
                                'pim6d',
@@ -40,6 +42,5 @@ module.exports = {
                ],
                'subject-empty': [2, 'never'],
                'subject-full-stop': [2, 'never', '.'],
-               'subject-case': [2, 'always', 'sentence-case'],
        },
 };