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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-03 13:55:01 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-03 13:55:01 +0400
commitdcae91429f0e9999dde4c9b396aee53c73ed6674 (patch)
treeac8c57ad756346ab0c14d3c9ade02298415cc82a /.scrutinizer.yml
parentb968eed27ba458511e646410525c0144da23db42 (diff)
add .scrutinizer.yml
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
new file mode 100644
index 00000000000..9cff2b48dbc
--- /dev/null
+++ b/.scrutinizer.yml
@@ -0,0 +1,24 @@
+filter:
+ excluded_paths:
+ - '3rdparty/*'
+ - 'apps/*/3rdparty/*'
+ - 'l10n/*'
+ - 'core/l10n/*'
+ - 'apps/*/l10n/*'
+ - 'lib/l10n/*'
+ - 'core/js/tests/lib/*.js'
+ - 'core/js/jquery-1.10.0.min.js'
+ - 'core/js/jquery-1.10.0.min.js'
+ - 'core/js/jquery-migrate-1.2.1.min.js'
+ - 'core/js/jquery-showpassword.js'
+ - 'core/js/jquery-tipsy.js'
+ - 'core/js/jquery.infieldlabel.js'
+ - 'core/js/jquery-ui-1.10.0.custom.js'
+ - 'core/js/jquery.inview.js'
+ - 'core/js/jquery.placeholder.js'
+
+
+imports:
+ - javascript
+ - php
+