Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-05-06 18:01:15 +0300
committerVitor Mattos <vitor@php.rio>2022-05-06 18:01:15 +0300
commite8e85c46912052254904c8f9f5aca66680ba2a2e (patch)
tree00dca3f558d05561ec87e7127bb9728461c97e81
parentbc6fc726db7276eecd444b81c42055b9de7bf949 (diff)
Return with scrutinizer config file
Signed-off-by: Vitor Mattos <vitor@php.rio>
-rw-r--r--.scrutinizer.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
new file mode 100644
index 0000000..90b535b
--- /dev/null
+++ b/.scrutinizer.yml
@@ -0,0 +1,17 @@
+build:
+ environment:
+ php: "7.4"
+ nodes:
+ analysis:
+ tests:
+ override:
+ - php-scrutinizer-run
+filter:
+ excluded_paths:
+ - 'l10n/*'
+ - 'tests/'
+ - 'vendor/*'
+imports:
+ - php
+tools:
+ external_code_coverage: true \ No newline at end of file