tenweb-speed-optimizer
Last commit date
assets
11 months ago
config
2 years ago
exported
4 years ago
includes
2 months ago
test
4 years ago
vendor
1 month ago
views
11 months ago
.editorconfig
3 years ago
OptimizerAdmin.php
1 year ago
OptimizerAdminBar.php
2 years ago
OptimizerApi.php
1 month ago
OptimizerCli.php
1 year ago
OptimizerDataRepository.php
1 year ago
changelog.txt
3 years ago
config.php
1 month ago
env.php
1 month ago
phpcs.xml
3 years ago
readme.txt
1 month ago
tenweb_speed_optimizer.php
1 month ago
webpack.config.js
3 years ago
phpcs.xml
20 lines
| 1 | <?xml version="1.0"?> |
| 2 | <!-- https://github.com/inpsyde/php-coding-standards/blob/master/phpcs.xml --> |
| 3 | <ruleset name="10webSpeedBooster"> |
| 4 | <description>Custom ruleset for SB plugin.</description> |
| 5 | <file>.</file> |
| 6 | <exclude-pattern>./includes/external/*</exclude-pattern> |
| 7 | <exclude-pattern>./vendor/*</exclude-pattern> |
| 8 | <exclude-pattern>./assets/*</exclude-pattern> |
| 9 | <exclude-pattern>./node_modules/*</exclude-pattern> |
| 10 | <arg name="colors"/> |
| 11 | <arg value="sp"/> |
| 12 | <arg name="extensions" value="php"/> |
| 13 | <rule ref="PHPCompatibilityWP"/> |
| 14 | <rule ref="NeutronStandard"/> |
| 15 | <config name="testVersion" value="7.1-"/> |
| 16 | <rule ref="NeutronStandard.StrictTypes.RequireStrictTypes"> |
| 17 | <type>warning</type> |
| 18 | </rule> |
| 19 | </ruleset> |
| 20 |