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 14, 2024
1 parent 8b9b43b commit 5b470fa
Showing 1 changed file with 17 additions and 20 deletions.
37 changes: 17 additions & 20 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
---
engines:
# ... CONFIG CONTENT ...
pylint:
enabled: true
# ... CONFIG CONTENT ...
checks:
import-error:
enabled: false
syntax-error:
enabled: false
no-name-in-module:
enabled: false
# Per-Language Mass Threshold Defaults
# https://docs.codeclimate.com/docs/duplication#section-understand-the-engine
similar-code:
config:
threshold: 50 #overriding will affect all languages
identical-code:
config:
threshold: 50 #overriding will affect all languages
version: "2" # required to adjust maintainability checks

checks:
import-error:
enabled: false
syntax-error:
enabled: false
no-name-in-module:
enabled: false
# Per-Language Mass Threshold Defaults
# https://docs.codeclimate.com/docs/duplication#section-understand-the-engine
similar-code:
config:
threshold: 50 #overriding will affect all languages
identical-code:
config:
threshold: 50 #overriding will affect all languages
# ... CONFIG CONTENT ...

0 comments on commit 5b470fa

Please sign in to comment.