diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-15 12:02:21 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-15 12:02:21 +0100 |
commit | 40188c87a189a45a50e1d96acb222be0a67ab853 (patch) | |
tree | eba315d5263a1202cefceaa7667a133ecc682c51 | |
parent | 7b858d7c4a40aac0d120c9f7327b45b322dddada (diff) | |
parent | 25655edfa61360976200cd34b31ee681d284e199 (diff) | |
download | nextcloud-server-40188c87a189a45a50e1d96acb222be0a67ab853.tar.gz nextcloud-server-40188c87a189a45a50e1d96acb222be0a67ab853.zip |
Merge pull request #22379 from owncloud/limit-scrutinizer-scope
Limit scope of scrutinizer to actual application code
-rw-r--r-- | .scrutinizer.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index c788343e5d3..9af40bf8ce3 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -6,6 +6,7 @@ filter: - 'l10n/*' - 'core/l10n/*' - 'apps/*/l10n/*' + - 'apps/*/tests/*' - 'lib/l10n/*' - 'core/vendor/*' - 'core/js/tests/lib/*.js' @@ -13,6 +14,9 @@ filter: - 'core/js/jquery-showpassword.js' - 'core/js/jquery-tipsy.js' - 'core/js/placeholders.js' + - 'settings/l10n/*' + - 'tests/*' + - 'build/*' imports: |