@tomassebestik Hello! The default `conventional-precommit-linter` will report the FAIL if `<optional-scope>` has uppercase letters. ``` FAIL: (optional-scope) if used, must be written in lower case without whitespace ``` Could we add an optional parameter (something like `--ignore-case-scope`) to allow uppercase letters in the `<optional-scope>`. Thanks.