Skip to content

Commit

Permalink
maint/dev ~ (QA/CodeClimate) ignore code duplication in examples ('eg/')
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Jan 15, 2021
1 parent 060fe53 commit fa794e7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,17 @@ checks:
config:
threshold: 4
# similar-code:
# config:
# threshold: # language-specific defaults. an override will affect all languages.
# config:
# threshold: # has language-specific defaults; an override will affect all languages
# identical-code:
# config:
# threshold: # language-specific defaults. an override will affect all languages.
# config:
# threshold: # has language-specific defaults; an override will affect all languages.

plugins:
duplication:
enabled: true
exclude_patterns:
- 'eg/'
editorconfig:
enabled: true
# ref: https://docs.codeclimate.com/docs/eslint
Expand Down

0 comments on commit fa794e7

Please sign in to comment.