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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-08-17 05:22:57 +0300
committerOlivier Paroz <github@oparoz.com>2015-08-17 05:22:57 +0300
commit083aa7ecfa671ea054a0a1bc84c93b185f56d1c6 (patch)
tree35cbe7835922a3ccbdd36f4f4b1042f9750fabba /.scrutinizer.yml
parent82443c07147301ebf015bbb948935b7518ff487d (diff)
Add Config API
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index f70860a7..19496df8 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -14,6 +14,9 @@ filter:
- 'tests/*'
- 'build/*'
- 'documentation/*'
+ - 'controller/configapicontroller.php'
+ - 'controller/filesapicontroller.php'
+ - 'controller/previewapicontroller.php'
tools:
sensiolabs_security_checker: true