Q8
Single choice
An Architect agrees to improve company coding standards and discourage using Helper classes in the code by introducing a new check with PHPCS.
The Architect creates the following:
1. A new composer package under the AwesomeAgency\CodingStandard\ namespace
2. The ruleset. xml file extending the Magento 2 Coding Standard
What should the Architect do to implement the new code rule?