Skip to content

Commit

Permalink
Update class-product-machine.php
Browse files Browse the repository at this point in the history
  • Loading branch information
0aveRyan authored May 11, 2018
1 parent a157afa commit e63ffe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/admin/class-product-machine.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ static function process_file_contents( $file ) {
'main.php',
'README.md',
'composer.json',
'app/class-plugin.php'
'app/class-plugin.php',
'.circleci/codesniffer.ruleset.xml',
) );

if ( in_array( $filename, $important_files ) ) {
Expand Down

0 comments on commit e63ffe9

Please sign in to comment.