소스 검색

moved to repository

Johannes M. Schmitt 12 년 전
부모
커밋
a4d006ae20
1개의 변경된 파일0개의 추가작업 그리고 19개의 파일을 삭제
  1. 0 19
      .jms.yml

+ 0 - 19
.jms.yml

@@ -1,19 +0,0 @@
-filter:
-    paths: [src/*, tests/*]
-    excluded_paths: ["tests/*/Fixtures/*"]
-
-default_config:
-    psr0_compliance: true
-    checkstyle: true
-    composer_config_check:
-        publish_checks: true
-        level: warning
-    reflection_fixes: true
-    use_statement_fixes: true
-
-path_configs:
-    tests:
-        paths: [tests/*]
-        psr0_compliance: false
-        checkstyle: false
-        phpunit_checks: true