]> source.dussan.org Git - nextcloud-server.git/commitdiff
add .scrutinizer.yml
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 3 Mar 2014 09:55:01 +0000 (10:55 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 3 Mar 2014 09:55:01 +0000 (10:55 +0100)
.scrutinizer.yml [new file with mode: 0644]

diff --git a/.scrutinizer.yml b/.scrutinizer.yml
new file mode 100644 (file)
index 0000000..9cff2b4
--- /dev/null
@@ -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
+