From 714aeee46c8d7710e4ba68970f9612f6a939269c Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Fri, 4 Feb 2022 11:18:08 +0100 Subject: [PATCH] Dev Removing Scrutinizer config --- .scrutinizer.yml | 96 ------------------------------------------------ 1 file changed, 96 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index 0aaed49d965..00000000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,96 +0,0 @@ -build: - tests: - override: - - true - - nodes: - tests: - environment: - php: - version: 7.4 - pecl_extensions: - - zip - analysis: - environment: - php: - version: 7.4 - pecl_extensions: - - zip - tests: - override: [php-scrutinizer-run] -filter: - paths: [application/*] - excluded_paths: - - 'application/views/*' - - 'framework/yiilite.php' - dependency_paths: - - 'framework/' - - 'application/helpers/adodb/*' - - 'application/libraries/admin/http/*' - - 'application/libraries/admin/pclzip/*' - - 'application/extensions/*' - - 'application/tests/*' - - 'application/third_party/*' - - 'third_party/*' - - 'installer/*' - - 'application/helpers/Zend/*' - - 'application/libraries/admin/Services_JSON.php' -checks: - javascript: true - php: - code_rating: true - duplication: true - one_class_per_file: true -tools: - php_cs_fixer: - enabled: true - config: - level: psr12 - lowercase_keywords: false - filter: - excluded_paths: - - 'framework/*' - - 'locale/*' - - 'docs/*' - - 'fonts/*' - - 'third_party/*' - - 'application/helpers/adodb/*' - - 'application/helpers/Zend/*' - - 'application/libraries/admin/http/*' - - 'application/libraries/admin/Services_JSON.php' - - 'application/libraries/admin/pclzip/*' - - 'application/extensions/*' - - 'application/views/*' - - 'application/third_party/*' - - 'images/*' - - 'styles/*' - - 'styles-public/*' - - 'templates/*' - - 'themes/*' - - 'tmp/*' - - 'upload/*' - - 'tests/*' - - 'application/tests/*' - -coding_style: - php: - braces: - classes_functions: - class: new-line - function: new-line - closure: new-line - if: - opening: end-of-line - for: - opening: end-of-line - while: - opening: end-of-line - do_while: - opening: end-of-line - switch: - opening: end-of-line - try: - opening: end-of-line - upper_lower_casing: - constants: - true_false_null: lower