Skip to content

Commit

Permalink
Update to project management file
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Jul 11, 2021
1 parent 6cd069f commit d460192
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 7 deletions.
33 changes: 31 additions & 2 deletions .codeclimate.yml
@@ -1,8 +1,37 @@
version: "2"
checks:
argument-count:
config:
threshold: 5
complex-logic:
config:
threshold: 4
file-lines:
config:
threshold: 500
method-complexity:
config:
threshold: 5
method-count:
config:
threshold: 20
method-lines:
config:
threshold: 100
nested-control-flow:
config:
threshold: 4
return-statements:
config:
threshold: 10
similar-code:
config:
threshold: 7
threshold: 10
identical-code:
config:
threshold: 7
threshold: 10
exclude_patterns:
- "doc/"
- "examples/"
- "images/"
- "resources/"
3 changes: 1 addition & 2 deletions .goreleaser.yaml
Expand Up @@ -43,8 +43,7 @@ archives:
files:
- LICENSE
- README.md
- doc/*
- examples/**/*
- examples/config.ini

checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
Expand Down
6 changes: 3 additions & 3 deletions codecov.yml
Expand Up @@ -6,14 +6,14 @@ fixes:

ignore:
- encode_optype.go
- ./doc/**/*
- ./examples/**/*
- ./images/**/*
- ./resources/**/*
- ./wordlist/**/*
- ./doc/**/*

coverage:
range: 20..60
round: down
round: up
precision: 2

comment:
Expand Down

0 comments on commit d460192

Please sign in to comment.