Skip to content

Commit

Permalink
fix detekt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlauvlwj committed Apr 20, 2024
1 parent 61ccfd2 commit 5ff986f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
java: [8, 11, 17, 20]
java: [8, 11, 17, 21, 22]
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ complexity:
constructorThreshold: 6
ignoreDefaultParameters: true
MethodOverloading:
active: true
active: false
threshold: 7
NestedBlockDepth:
active: true
Expand Down

0 comments on commit 5ff986f

Please sign in to comment.