Skip to content
This repository was archived by the owner on May 25, 2020. It is now read-only.

Commit e51477c

Browse files
author
SmetDenis
committed
exclude
1 parent 5335af7 commit e51477c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/Rules.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,15 @@ public static function getRules()
7171

7272
return array(
7373
// JBZoo pack
74-
'jbzoo/data' => array($docs, $tests, $system),
75-
'jbzoo/sqlbuilder' => array($docs, $tests, $system),
76-
'jbzoo/simpletypes' => array($docs, $tests, $system),
74+
'jbzoo/data' => array($docs, $tests, $system),
75+
'jbzoo/sqlbuilder' => array($docs, $tests, $system),
76+
'jbzoo/simpletypes' => array($docs, $tests, $system),
7777

7878
// Others
79-
'symfony/yaml' => array($docs, $tests, $system),
79+
'symfony/yaml' => array($docs, $tests, $system),
80+
81+
// System
82+
'jbzoo/composer-cleanup' => array(),
8083
);
8184
}
8285

0 commit comments

Comments
 (0)