Skip to content

Commit

Permalink
dev(cc): increase complexity threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Dec 27, 2023
1 parent 0062b26 commit 7adb93f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ checks:
method-lines:
config:
threshold: 30
method-complexity:
method-complexity:
config:
threshold: 6
threshold: 10
2 changes: 1 addition & 1 deletion test/dns-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('check_zone', function () {
})

describe('check_zones', function () {
this.timeout(20000)
this.timeout(22000)

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

0 comments on commit 7adb93f

Please sign in to comment.