Problem/Motivation
Getting following warnings.
FILE: /var/www/html/modules/contrib/redirect404_home/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
35 | WARNING | Line exceeds 80 characters; contains 149 characters
----------------------------------------------------------------------
FILE: /var/www/html/modules/contrib/redirect404_home/src/Form/Redirect404HomeConfigurationForm.php
--------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
--------------------------------------------------------------------------------------------------
54 | WARNING | #options values usually have to run through t() for translation
55 | WARNING | #options values usually have to run through t() for translation
56 | WARNING | #options values usually have to run through t() for translation
--------------------------------------------------------------------------------------------------
Time: 3.14 secs; Memory: 6MB
Steps to reproduce
Run following command
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml modules/contrib/redirect404_home/
Proposed resolution
Above warnings need to be fixed.