From 93f41ab85ed409430bc3bab2e0b7c7677f152aa8 Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 29 Jul 2013 11:34:26 +0200 Subject: [PATCH] Remove in favor of repository configuration --- .jms.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .jms.yml diff --git a/.jms.yml b/.jms.yml deleted file mode 100644 index 395f7b3..0000000 --- a/.jms.yml +++ /dev/null @@ -1,11 +0,0 @@ -default_config: - checkstyle: - naming: - isser_method_name: "^(?:is|has|should|may|supports|matches)" - -path_configs: - tests: - paths: [Tests/*] - checkstyle: false - doc_comment_fixes: false - verify_php_doc_comments: false