From 7538043375bef52b3314f5e48c5a2644c202f179 Mon Sep 17 00:00:00 2001 From: "Oliver G. Mueller" Date: Mon, 18 Mar 2024 15:09:07 +0100 Subject: [PATCH] fixed scrutinizer --- .github/workflows/ci.yml | 2 ++ .scrutinizer.yml | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c3a7a6..c53188b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: paths-ignore: - "README.md" - "LICENSE.md" + - ".scruitinizer.yml" + - ".editorconfig" branches: ["main"] pull_request: paths-ignore: diff --git a/.scrutinizer.yml b/.scrutinizer.yml index e99ae13..70dc0d0 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,5 +1,5 @@ -imports: - - "php" +#imports: +# - "php" filter: paths: ["src/*"] @@ -23,7 +23,7 @@ tools: enabled: true excluded_dirs: ["tests"] -before_commands: - - "composer install" +#before_commands: +# - "composer install" # vim: syntax=yaml ts=2 sw=2 et sr softtabstop=2 autoindent