Sandro Miguel Marques
Sandro Miguel Marques
Hey @eduardocanellas, in my case, I made the following changes: **package.json** ``` "config": { "commitizen": { ... "disableScopeLowerCase": true } }, ``` More info -> https://github.com/commitizen/cz-conventional-changelog **commitlint.config.js** ``` module.exports =...
I do not agree, especially with `@param` because you can provide a description which can be helpful in cases where the type hint alone does not provide enough information about...
I have the same problem when I use bxSlider. If I apply [this](https://github.com/geekplux/zoom.js/commit/dcc5da5a3a7718f76cbf2387222f19271859c9b1), the image appears but overlay don't.
Hi @er314, The rules notContains and notEquals seem reasonable to me. In addiction, the possibility to create custom rules seems like a great idea.
@eusonlito please try this: `@phpcs:disable SlevomatCodingStandard.Functions.FunctionLength.FunctionLength` It worked for me.