From db8c652ee4be25da7960b6f8f72205d671e6049c Mon Sep 17 00:00:00 2001 From: Christian Beer Date: Tue, 1 Sep 2015 08:41:19 +0200 Subject: [PATCH] BUILD: add configuration for scrutinizer-ci.com (PHP code analysis) - update list of ignored executables --- .gitignore | 4 ++++ .scrutinizer.yml | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 .scrutinizer.yml diff --git a/.gitignore b/.gitignore index 70cbaf6da9..d4dd4348cb 100644 --- a/.gitignore +++ b/.gitignore @@ -107,9 +107,13 @@ lib/crypt_prog lib/parse_test py/lib.*/ py/build/ +samples/condor/boinc_gahp samples/example_app/uc2 samples/example_app/ucn +samples/multi_thread/multi_thread samples/sleeper/sleeper +samples/vboxmonitor/vboxmonitor +samples/vboxwrapper/vboxwrapper samples/worker/worker samples/wrapper/wrapper sched/adjust_user_priority diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000000..0a7d1494dc --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,6 @@ +filter: + paths: + - html/*.php + - html/*.inc + excluded_paths: + - html/bt/*