Skip to content

Commit

Permalink
Merge pull request #52 from careyjames/clean-code
Browse files Browse the repository at this point in the history
Clean code
  • Loading branch information
careyjames authored Nov 6, 2023
2 parents b07b068 + c959799 commit a174e51
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
1 change: 1 addition & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ plugins:
channel: 'auto'
exclude_paths:
- 'vendor/**/*'
- '*_test.go'

2 changes: 1 addition & 1 deletion .github/workflows/codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: 4409f8e483a77d5f19fc0ccb0e31b4b0829d054f325e81eaf98cd2f4115f490e
run: |
go test ./... -coverprofile c.out
go test $(go list ./... | grep -v constant | grep -v dto | grep -v generate_sitemap | grep -v generate_sitemap) -coverprofile c.out
mkdir -p ./github.com/careyjames
ln -s $PWD ./github.com/careyjames/dns-scout
./cc-test-reporter format-coverage -t gocov -o codeclimate.json c.out
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/snyk.yml

This file was deleted.

0 comments on commit a174e51

Please sign in to comment.