File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 5
5
analysis :
6
6
dependencies :
7
7
before :
8
+ - mkdir -p $HOME/bin
9
+ - curl -sS https://getcomposer.org/composer-2.phar -o $HOME/bin/composer
10
+ - chmod +x $HOME/bin/composer
11
+ - export PATH=$HOME/bin:$PATH
12
+ - composer --version
13
+ - composer global require squizlabs/php_codesniffer
8
14
- command : ' mkdir -p 3rdParty/buildCache && wget https://ftp.drupal.org/files/projects/drupal-6.38.tar.gz -O drupal-6.38.tar.gz && tar -C 3rdParty/buildCache/ -xzf drupal-6.38.tar.gz'
9
15
not_if : ' test -e 3rdParty/buildCache/drupal-6.38'
10
16
cache :
@@ -30,6 +36,7 @@ filter:
30
36
- ' drupal/sites/default/modules/boinc/*'
31
37
- ' drupal/sites/default/themes/boinc/*'
32
38
- ' tests/server-test/*'
39
+ - ' 3rdParty/buildCache/*'
33
40
dependency_paths :
34
41
- ' html/inc/htmLawed.php'
35
42
- ' drupal/sites/all/libraries/*'
@@ -58,6 +65,7 @@ checks:
58
65
avoid_superglobals : false
59
66
security_vulnerabilities : false
60
67
no_exit : false
68
+ avoid_closing_tag : true
61
69
javascript : true
62
70
coding_style :
63
71
php :
You can’t perform that action at this time.
0 commit comments