Skip to content

Commit

Permalink
Update .codeclimate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 15, 2024
1 parent 1adfe51 commit 94e31f2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@ checks:
enabled: false
no-name-in-module:
enabled: false
# Per-Language Mass Threshold Defaults
# https://docs.codeclimate.com/docs/duplication#section-understand-the-engine
# yamllint disable rule:indentation
similar-code:
config:
# overrides default
threshold: "68"
threshold: 68
identical-code:
config:

Check warning on line 15 in .codeclimate.yml

View workflow job for this annotation

GitHub Actions / build (3.x)

15:21 [comments] too few spaces before comment

Check warning on line 15 in .codeclimate.yml

View workflow job for this annotation

GitHub Actions / build (3.x)

15:22 [comments] missing starting space in comment
# overrides default
threshold: "32"
# yamllint enable rule:indentation
threshold: 32

0 comments on commit 94e31f2

Please sign in to comment.