From dcae91429f0e9999dde4c9b396aee53c73ed6674 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Mon, 3 Mar 2014 10:55:01 +0100 Subject: add .scrutinizer.yml --- .scrutinizer.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .scrutinizer.yml 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 + -- cgit v1.2.3 From a86e2298488f93f8a9cf70a36f27551b94f58941 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Mon, 3 Mar 2014 20:05:14 +0100 Subject: Remove duplicate row --- .scrutinizer.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 9cff2b48dbc..4473cf9056d 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -8,7 +8,6 @@ filter: - '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' -- cgit v1.2.3