File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ matrix:
29
29
- php : ' 7.0'
30
30
# aliased to a recent 7.1.x version
31
31
- php : ' 7.1'
32
- env : PHPCS_BRANCH=master SNIFF=1
32
+ env : PHPCS_BRANCH=2.9 SNIFF=1
33
33
34
34
# Use this to prepare the system to install prerequisites or dependencies.
35
35
# e.g. sudo apt-get update.
Original file line number Diff line number Diff line change 7
7
<description >A custom set of code standard rules to check for WordPress themes.</description >
8
8
9
9
<exclude-pattern >acf-json/index.php</exclude-pattern >
10
- <exclude-pattern >*\config \*</exclude-pattern >
11
- <exclude-pattern >*/config /*</exclude-pattern >
10
+ <exclude-pattern >*\inc \*</exclude-pattern >
11
+ <exclude-pattern >*/inc /*</exclude-pattern >
12
12
13
13
<!-- Include the WordPress ruleset, with exclusions. -->
14
14
<rule ref =" WordPress" >
You can’t perform that action at this time.
0 commit comments