mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-25 13:07:14 +08:00
chore(config): 添加测试文件排除配置到 deepsource
- 排除 **/*.Tests.cs 模式 - 排除 **/*Test.cs 模式 - 排除 **/tests/** 目录 - 排除 **/*Tests.cs 模式 - 排除 **/Tests/** 目录
This commit is contained in:
parent
a53898dd43
commit
fc93ab6e4c
5
deepsource.toml
Normal file
5
deepsource.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
**/*.Tests.cs
|
||||||
|
**/*Test.cs
|
||||||
|
**/tests/**
|
||||||
|
**/*Tests.cs
|
||||||
|
**/Tests/**
|
||||||
Loading…
x
Reference in New Issue
Block a user