Skip to content

Commit

Permalink
Update fabfile_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Lorenz committed May 17, 2015
1 parent b59be13 commit 35cfc6d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@
# Add other code snippets you want to be found. Add a file type to the dict and
# define a regex, which should be processed
SYNTAX_CHECK = {
'*.js': '(console.log|alert)',
'*.js': '(console.log\(\)|alert\(\))',
}
# Add files or directories to exclude in the syntax check
SYNTAX_CHECK_EXCLUDES = [
Expand Down

0 comments on commit 35cfc6d

Please sign in to comment.