You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
Trailing whitespace is currently failing the selftest. That seems too strict to me, especially since these trailing whitespaces can be situated in third party code, like in the example below, where we can do nothing to fix it...
Config Version: 3.0.15
DB Version: 3.0.15
Data Version: 3.0.15
Step 1 - OK
Step 2 - OK
Step 3 - OK
Step 4 - OK
Starting Fooman_Speedster_Model_Selftester
Default store loaded
Magento version: 1.9.3.4
Speedster DB version: Not installed
Speedster Config version: 3.0.15
Checking file locations
Checking rewrites
Checking database
Found file with extra whitespace at the beginning: /var/www/html/example.com/app/code/community/examplecompany/examplemodule/Model/Source/Type.php
Found file with extra whitespace trailing: /var/www/html/example.com/app/code/community/another_company/examplemodule/Model/Fieldsets.php
Found file with extra whitespace trailing: /var/www/html/example.com/lib/PEAR/HTTP/Request/Listener.php
Result: failure
Self-test finished
The text was updated successfully, but these errors were encountered:
@ehannes our selftest is designed to work across all our extensions. And we had indeed situations where whitespace issues in 3rd party code caused problems. I'd suggest commenting out this particular check to get past it.
Trailing whitespace is currently failing the selftest. That seems too strict to me, especially since these trailing whitespaces can be situated in third party code, like in the example below, where we can do nothing to fix it...
The text was updated successfully, but these errors were encountered: