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 681da82 commit 66411da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ checks:
# https://docs.codeclimate.com/docs/duplication#section-understand-the-engine
similar-code:
config:
threshold: 68 # overrides default
# overrides default

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
threshold: 68
identical-code:
config:

Check warning on line 18 in .codeclimate.yml

View workflow job for this annotation

GitHub Actions / build (3.x)

18:21 [comments] too few spaces before comment

Check warning on line 18 in .codeclimate.yml

View workflow job for this annotation

GitHub Actions / build (3.x)

18:22 [comments] missing starting space in comment
threshold: 32 # overrides default
# overrides default

Check warning on line 19 in .codeclimate.yml

View workflow job for this annotation

GitHub Actions / build (3.x)

19:1 [comments-indentation] comment not indented like content

Check failure on line 19 in .codeclimate.yml

View workflow job for this annotation

GitHub Actions / build (3.x)

19:25 [new-line-at-end-of-file] no new line character at the end of file
threshold: 32

0 comments on commit 66411da

Please sign in to comment.