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-01-05 04:45:32 +0300
committerOlivier Paroz <github@oparoz.com>2015-01-05 04:45:32 +0300
commit1d8fab3f47e79fdc6377fad48c1c4b6cf69bad61 (patch)
tree4936a6a0da5848342e59c67c30770a91deaf8cab /.scrutinizer.yml
parent64735b0b61eb9a5c2b81c03249ed9107b6957fd8 (diff)
Initial commit
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
new file mode 100644
index 00000000..cc45a412
--- /dev/null
+++ b/.scrutinizer.yml
@@ -0,0 +1,15 @@
+imports:
+ - php
+ - javascript
+
+filter:
+ excluded_paths:
+ - 'l10n/*'
+ - 'js/jquery*'
+ - 'js/bigshot*'
+
+tools:
+ php_analyzer:
+ config:
+ doc_comment_fixes:
+ enabled: true