Problem/Motivation
Getting following error/warnings
FILE: /var/www/html/modules/contrib/content_export_csv/content_export_csv.links.action.yml
------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------
6 | ERROR | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------
FILE: /var/www/html/modules/contrib/content_export_csv/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------
53 | WARNING | Line exceeds 80 characters; contains 87 characters
61 | WARNING | Line exceeds 80 characters; contains 83 characters
----------------------------------------------------------------------
FILE: /var/www/html/modules/contrib/content_export_csv/src/ContentExport.php
--------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------
95 | WARNING | Node::loadMultiple calls should be avoided in classes, use dependency injection instead
--------------------------------------------------------------------------------------------------------
Time: 2.47 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/content_export_csv/
Proposed resolution
Above error/warnings need to be fixed