Skip to content
Snippets Groups Projects

add linting

Merged Erick Hitter requested to merge add/lint into master
1 file
+ 0
9
Compare changes
  • Side-by-side
  • Inline
+ 0
9
@@ -32,9 +32,6 @@ test_7.0:
@@ -32,9 +32,6 @@ test_7.0:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n
- phpcs -n
- phpunit
- phpunit
artifacts:
reports:
junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml
test_7.1:
test_7.1:
image: containers.ethitter.com:443/docker/images/php:7.1
image: containers.ethitter.com:443/docker/images/php:7.1
@@ -44,9 +41,6 @@ test_7.1:
@@ -44,9 +41,6 @@ test_7.1:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n
- phpcs -n
- phpunit
- phpunit
artifacts:
reports:
junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml
test_7.2:
test_7.2:
image: containers.ethitter.com:443/docker/images/php:7.2
image: containers.ethitter.com:443/docker/images/php:7.2
@@ -56,6 +50,3 @@ test_7.2:
@@ -56,6 +50,3 @@ test_7.2:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n
- phpcs -n
- phpunit
- phpunit
artifacts:
reports:
junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml
Loading