Closed
Description
Preconditions
Hi folks, I recently tried upgrading the coding standards library in my custom module from version 6 to version 10 and it suddenly starts complaining about missing copyright headers in files in my module?
This is something I should decide, not something you should decide right?
This coding standards library is still meant for 3rd party modules as well, right? Not only for checking core Magento files?
Steps to reproduce
- Have a custom module
- Have a file
etc/di.xml
in that module that contains no copyright header
Expected result
- No warnings
Actual result
- Getting a warning:
FILE: /path/to/custom/module/etc/di.xml
----------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------
| WARNING | Copyright is missing or has wrong format
----------------------------------------------------------------------------------------------------