Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
webaaz committed Feb 24, 2025
1 parent 8b2bf87 commit c29d540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lint.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN composer require phpcompatibility/php-compatibility --no-interaction
RUN composer require phpcompatibility/phpcompatibility-wp:"*" --no-interaction
RUN composer require phpcompatibility/phpcompatibility-paragonie:"*" --no-interaction

RUN /composer/vendor/bin/phpcbf --config-set installed_paths /app/vendor/phpcsstandards/phpcsutils,/app/vendor/phpcsstandards/phpcsextra,/app/vendor/squizlabs/php_codesniffer,/app/vendor/wp-coding-standards/wpcs,/app/vendor/phpcompatibility/php-compatibility,/app/vendor/phpcompatibility/phpcompatibility-wp,/app/vendor/phpcompatibility/phpcompatibility-paragonie
RUN /composer/vendor/bin/phpcs --config-set installed_paths /app/vendor/phpcsstandards/phpcsutils,/app/vendor/phpcsstandards/phpcsextra,/app/vendor/squizlabs/php_codesniffer,/app/vendor/wp-coding-standards/wpcs,/app/vendor/phpcompatibility/php-compatibility,/app/vendor/phpcompatibility/phpcompatibility-wp,/app/vendor/phpcompatibility/phpcompatibility-paragonie
RUN /composer/vendor/bin/phpcbf --config-set installed_paths /composer/vendor/phpcsstandards/phpcsutils,/composer/vendor/phpcsstandards/phpcsextra,/composer/vendor/squizlabs/php_codesniffer,/composer/vendor/wp-coding-standards/wpcs,/composer/vendor/phpcompatibility/php-compatibility,/composer/vendor/phpcompatibility/phpcompatibility-wp,/composer/vendor/phpcompatibility/phpcompatibility-paragonie
RUN /composer/vendor/bin/phpcs --config-set installed_paths /composer/vendor/phpcsstandards/phpcsutils,/composer/vendor/phpcsstandards/phpcsextra,/composer/vendor/squizlabs/php_codesniffer,/composer/vendor/wp-coding-standards/wpcs,/composer/vendor/phpcompatibility/php-compatibility,/composer/vendor/phpcompatibility/phpcompatibility-wp,/composer/vendor/phpcompatibility/phpcompatibility-paragonie

WORKDIR /app

Expand Down

0 comments on commit c29d540

Please sign in to comment.