From 981e82eb45ed643f610d6c84531a6e7a8d9764cd Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 31 May 2022 17:16:27 +0200 Subject: [PATCH] ci: fix php sniffer configuration --- app/config/scopes.php | 1 - phpcs.xml | 9 +++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/config/scopes.php b/app/config/scopes.php index c1d3bb73fb..0b9879b649 100644 --- a/app/config/scopes.php +++ b/app/config/scopes.php @@ -71,4 +71,3 @@ return [ // List of publicly visible scopes 'description' => 'Access to read your project\'s health status', ], ]; - diff --git a/phpcs.xml b/phpcs.xml index d4efd6f52b..3f38d29d50 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -1,9 +1,10 @@ - - A custom coding standard + + ./app ./src ./tests - - + + + ./app/sdks \ No newline at end of file