Adding coding-standard.yml file to the project. #1
coding-standard.yml
on: push
Magento 2 Coding Standard
10s
Annotations
3 warnings
Magento 2 Coding Standard:
Model/ModuleMetadata.php#L200
The use of function file_exists() is discouraged
|
Magento 2 Coding Standard:
Model/ModuleMetadata.php#L200
The use of function is_readable() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isReadable() instead
|
Magento 2 Coding Standard:
Model/ModuleMetadata.php#L203
The use of function file_get_contents() is discouraged
|