Skip to content

Commit

Permalink
Remove comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Mar 30, 2024
1 parent 0c0e9a3 commit e014737
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2" # required to adjust maintainability checks
version: "2"

checks:
argument-count:
Expand Down Expand Up @@ -36,19 +36,11 @@ checks:
similar-code:
enabled: false
config:
threshold: #language-specific defaults. overrides affect all languages.
threshold:
identical-code:
enabled: false
config:
threshold: #language-specific defaults. overrides affect all languages.

# plugins:
# eslint:
# enabled: true
# channel: "eslint-6"
# rubocop:
# enabled: true
# channel: "rubocop-0-79"
threshold:

exclude_patterns:
- "**/config/"
Expand Down

0 comments on commit e014737

Please sign in to comment.