Skip to content

Commit

Permalink
exclude HtmLawed dir from CS check
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 6, 2023
1 parent 46ef005 commit feb038b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
->in(array(__DIR__))
->ignoreDotFiles(false)
->ignoreVCS(true)
->exclude(array('vendor'));
->exclude(array('vendor', 'HtmLawed'));

$config = new PhpCsFixer\Config();

Expand Down

0 comments on commit feb038b

Please sign in to comment.