Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
feat(cs) Allow risky fixers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Aug 21, 2017
1 parent 746550f commit e95b4da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Bin/Cs.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ public function main()
$arguments[] = '--diff';
}

$arguments['--allow-risky'] = 'yes';

$arguments[] = $path;

$processus = new Console\Processus($phpCsFixer, $arguments);
Expand Down

0 comments on commit e95b4da

Please sign in to comment.