Changeset 46187
- Timestamp:
- 09/19/2019 03:00:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r45665 r46187 15 15 }, 16 16 "scripts": { 17 "format": " phpcbf --standard=phpcs.xml.dist --report-summary --report-source --cache -d memory_limit=256M",18 "lint": " phpcs --standard=phpcs.xml.dist --report-summary --report-source --cache -d memory_limit=256M",19 "lint:errors": " phpcs --standard=phpcs.xml.dist --report-summary --report-source --cache -d memory_limit=256M-n"17 "format": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source --cache -d memory_limit=256M", 18 "lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source --cache -d memory_limit=256M", 19 "lint:errors": "@lint -n" 20 20 } 21 21 }
Note: See TracChangeset
for help on using the changeset viewer.