Skip to content

Commit 3e36efb

Browse files
committed
use recursive to traverse directories, with maxDep =3
1 parent 58d70fc commit 3e36efb

File tree

4 files changed

+479
-372
lines changed

4 files changed

+479
-372
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"max-lines": [
2020
"error",
2121
{
22-
"max": 700
22+
"max": 500
2323
}
2424
],
2525
"@typescript-eslint/naming-convention": [

src/diff/diffCommand.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ import { CategorizedChange } from "./changes/categorizedChange";
2323
import { RuleCategory } from "./ruleCategory";
2424
import * as oasDiff from "./oasDiff";
2525

26-
import proxyquire from "proxyquire";
27-
2826
chai.use(chaiFs);
2927

3028
const nodeChanges = new NodeChanges("test-id", ["test:type"]);

0 commit comments

Comments
 (0)