From e9fd1d5a83efca427527b0e43076bef2b2132e55 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Thu, 29 Oct 2020 01:11:34 +0100 Subject: [PATCH] updated nette/coding-standard --- .github/workflows/coding-style.yml | 4 ++-- .travis.yml | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coding-style.yml b/.github/workflows/coding-style.yml index 176c8c13b..342f6efcc 100644 --- a/.github/workflows/coding-style.yml +++ b/.github/workflows/coding-style.yml @@ -27,5 +27,5 @@ jobs: php-version: 7.4 coverage: none - - run: composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress - - run: php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml + - run: composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress + - run: php temp/coding-standard/ecs check src tests examples diff --git a/.travis.yml b/.travis.yml index a8d5decf8..47b0131c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,6 @@ jobs: - name: Nette Code Checker - php: 7.4 install: - travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress script: @@ -38,9 +37,9 @@ jobs: - name: Nette Coding Standard php: 7.4 install: - - travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress + - travis_retry composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress script: - - php temp/coding-standard/ecs check src tests examples --config temp/coding-standard/coding-standard-php71.yml + - php temp/coding-standard/ecs check src tests examples - name: JS test + Code Standard Checker