Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Mar 30, 2024
1 parent 408c4b6 commit 4455ac4
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,25 @@
version: "2"

version: "2" # required to adjust maintainability checks
checks:
argument-count:
enabled: false
config:
threshold: 8
complex-logic:
enabled: true
config:
threshold: 4
file-lines:
enabled: false
config:
threshold: 250
method-complexity:
enabled: true
config:
threshold: 25
method-count:
enabled: false
config:
threshold: 20
method-lines:
enabled: false
config:
threshold: 25
nested-control-flow:
enabled: true
config:
threshold: 6
return-statements:
enabled: true
config:
threshold: 6
similar-code:
Expand All @@ -39,12 +28,12 @@ checks:
enabled: false

exclude_patterns:
- ".github/"
- "**/config/"
- "**/css/"
- "**/js/jquery-*.js",
- "**/images/"
- "**/js/"
- "**/tests/"
- "**/docs/"
- "**/*.yml"
- "**/*.yaml"
- "**/*.md"
Expand All @@ -54,4 +43,3 @@ exclude_patterns:
- "composer.lock"
- ".gitignore"
- "Dockerfile"
- ".github/"

0 comments on commit 4455ac4

Please sign in to comment.