Skip to content

Commit

Permalink
ignores *.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 6, 2016
1 parent ce6b4ef commit 1f9d4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code-checker.php
Expand Up @@ -76,7 +76,7 @@ class CodeChecker extends Nette\Object
];

public $ignore = [
'.git', '.svn', '.idea', '*.tmp', 'tmp', 'temp', 'log', 'vendor', 'node_modules', 'bower_components',
'.git', '.svn', '.idea', '*.tmp', 'tmp', 'temp', 'log', 'vendor', 'node_modules', 'bower_components', '*.min.js',
];

private $file;
Expand Down

0 comments on commit 1f9d4f3

Please sign in to comment.