Hi, I'd like to disable this rule as it doesn't apply to our plugin (original source code is linked in readme, but the plugin is a build artifact that has bundled in dependencies in the vendor folder)
I tried:
exclude-checks=missing_composer_json_file
excldue_files=composer.json
exclude_directories=vendor
all through the GH action. None of this worked.
Hi, I'd like to disable this rule as it doesn't apply to our plugin (original source code is linked in readme, but the plugin is a build artifact that has bundled in dependencies in the vendor folder)
I tried:
exclude-checks=missing_composer_json_fileexcldue_files=composer.jsonexclude_directories=vendorall through the GH action. None of this worked.