Skip to content

Commit 7adb93f

Browse files
committed
dev(cc): increase complexity threshold
1 parent 0062b26 commit 7adb93f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.codeclimate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ checks:
1818
method-lines:
1919
config:
2020
threshold: 30
21-
method-complexity:
21+
method-complexity:
2222
config:
23-
threshold: 6
23+
threshold: 10

test/dns-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe('check_zone', function () {
8686
})
8787

8888
describe('check_zones', function () {
89-
this.timeout(20000)
89+
this.timeout(22000)
9090

9191
it('tests each block list', async function () {
9292
await this.plugin.check_zones(6000);

0 commit comments

Comments
 (0)