Exclude running tests of forked deps
parent
70501bc3e4
commit
8a27269d91
|
@ -16,6 +16,11 @@
|
|||
"exclude": ["no-explicit-any"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"files": {
|
||||
"exclude": ["plugos/forked"]
|
||||
}
|
||||
},
|
||||
"fmt": {
|
||||
"files": {
|
||||
"exclude": [
|
||||
|
|
Loading…
Reference in New Issue