Skip to content

Commit

Permalink
# Commented out not yet existing check
Browse files Browse the repository at this point in the history
  • Loading branch information
kore committed May 15, 2010
1 parent 7deb2b6 commit 1b56a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/post-commit
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
require dirname( __FILE__ ) . '/environment.php';

$runner = new pchRunner();
$runner->register( new pchCodeSnifferCheck( 'arbit' ) );
// $runner->register( new pchCodeSnifferCheck( 'arbit' ) );

$runner->setReporter( new pchMailReporter(
'[email protected]', // Sender
Expand Down

0 comments on commit 1b56a7c

Please sign in to comment.