Skip to content

Commit e63ffe9

Browse files
authored
Update class-product-machine.php
1 parent a157afa commit e63ffe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/admin/class-product-machine.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ static function process_file_contents( $file ) {
180180
'main.php',
181181
'README.md',
182182
'composer.json',
183-
'app/class-plugin.php'
183+
'app/class-plugin.php',
184+
'.circleci/codesniffer.ruleset.xml',
184185
) );
185186

186187
if ( in_array( $filename, $important_files ) ) {

0 commit comments

Comments
 (0)