Getting Drupal standards errors while running the PHPCS command.
FILE: config/install/bootstrap_sass.settings.yml
----------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------
52 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------------------------------------
FILE: config/schema/bootstrap_sass.schema.yml
-------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------
297 | ERROR | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------------------------------------------
FILE: bootstrap_sass.theme
------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------
16 | ERROR | [x] Short array syntax must be used to define arrays
24 | ERROR | [x] Short array syntax must be used to define arrays
------------------------------------------------------------------------------
Check Drupal standards with below command
phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml
Fix Drupal Coding standards.
5.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.