From 4de2512b346acdd65c136eb7e2bb148f3558ff9a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 31 Oct 2021 17:50:25 +0100 Subject: [PATCH] Remove old files. --- .github/.mergify.yml | 7 ------ .scrutinizer.yml | 58 -------------------------------------------- .travis.yml | 20 --------------- 3 files changed, 85 deletions(-) delete mode 100644 .github/.mergify.yml delete mode 100644 .scrutinizer.yml delete mode 100644 .travis.yml diff --git a/.github/.mergify.yml b/.github/.mergify.yml deleted file mode 100644 index 03cfa897cd..0000000000 --- a/.github/.mergify.yml +++ /dev/null @@ -1,7 +0,0 @@ -pull_request_rules: - - name: PR on main is never approved. - conditions: - - base=main - actions: - close: - message: Please reopen this PR on the `develop` branch. Thank you. diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index 526295eea6..0000000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,58 +0,0 @@ ---- -build: - nodes: - analysis: - project_setup: - override: true - tests: - override: - - php-scrutinizer-run -checks: - javascript: true - php: - align_assignments: true - avoid_fixme_comments: true - avoid_multiple_statements_on_same_line: true - avoid_perl_style_comments: true - avoid_todo_comments: true - duplication: false - encourage_single_quotes: true - newline_at_end_of_file: true - no_goto: true - no_long_variable_names: - maximum: "20" - no_short_method_names: - minimum: "3" - no_short_variable_names: - minimum: "3" - optional_parameters_at_the_end: true - parameter_doc_comments: true - remove_extra_empty_lines: true - return_doc_comment_if_not_inferrable: true - return_doc_comments: true - uppercase_constants: true - use_self_instead_of_fqcn: true -coding_style: - php: - spaces: - around_operators: - concatenation: true - other: - after_type_cast: false -filter: - excluded_paths: - - database/migrations/* - - bootstrap/* - - config/* - - docker/* - - public/js/lib/* - - public/lib/adminlte/js/* - - public/lib/bootstrap/js/* - - resources/* - - routes/* - - storage/* - paths: - - app/* - - public/js/ff/* -tools: - external_code_coverage: false diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c0b74c8a89..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: php -php: -- '7.4' -dist: xenial -os: linux -cache: - directories: - - "/home/travis/.config" - - "/home/travis/build/firefly-iii/firefly-iii/vendor" - -branches: - only: - - develop - -before_script: -- phpenv config-rm xdebug.ini || return 0 - -script: -- "./.ci/phpstan.sh" -- "./.ci/phpunit.sh" \ No newline at end of file