1.0.0
🚀 Initial release of Magento Coding Standard - the result of MEQP and Magento 2 core rules consolidation.
Magento Coding Standard covers:
• PSR2 compliance
• the use of insecure functions
• unescaped output
• the use of deprecated PHP functions
• PHP code syntax
• naming convention
• the use of PHP superglobals
• empty code blocks
• improper exception handling
• raw SQL queries
and many other general PHP and Magento 2 specific code issues.