Skip to content
代码片段 群组 项目
未验证 提交 117d2ea7 编辑于 作者: Andrejs Cunskis's avatar Andrejs Cunskis
浏览文件

Simplify exclude to filter all specs with one pattern

上级 6442cf54
No related branches found
No related tags found
无相关合并请求
...@@ -2,10 +2,8 @@ ...@@ -2,10 +2,8 @@
include: include:
- "**/*.rb" - "**/*.rb"
exclude: exclude:
- spec/**/* - "**/spec/**/*"
- ee/spec/**/*
- qa/qa/specs/features/**/* - qa/qa/specs/features/**/*
- test/**/*
- vendor/**/* - vendor/**/*
- ".bundle/**/*" - ".bundle/**/*"
require: [] require: []
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册