Skip to content

Commit

Permalink
Added JMS Automated Code Reviews configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncuesta committed Nov 9, 2012
1 parent 2a696ce commit ebbf57d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .jms.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
filter:
paths: [src/*, tests/*]

default_config:
checkstyle: ~
verify_php_doc_comments: ~
doc_comment_fixes: ~

path_configs:
tests:
paths: [tests/*]
checkstyle: false
verify_php_doc_comments: false
doc_comment_fixes: false

0 comments on commit ebbf57d

Please sign in to comment.