Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
chore: delete examples (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusprubio authored Mar 13, 2024
1 parent edebab7 commit 9908519
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
6 changes: 0 additions & 6 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ tasks:
dep:
cmds:
- go install honnef.co/go/tools/cmd/staticcheck@latest
- go install github.com/kisielk/errcheck@latest
- go install github.com/segmentio/golines@latest
- go install github.com/securego/gosec/v2/cmd/gosec@latest
- go install github.com/alexkohler/nakedret/cmd/nakedret@latest
Expand All @@ -20,7 +19,6 @@ tasks:
- go fmt ./...
- go vet ./...
- staticcheck ./...
- errcheck ./...
- golines -m 80 --shorten-comments -w .
- gosec -fmt=golint -quiet ./...
- nakedret ./...
Expand All @@ -29,7 +27,3 @@ tasks:
deps: [lint]
cmds:
- go test -v ./...

examples:
cmds:
- go run examples/readme.go
25 changes: 0 additions & 25 deletions examples/readme.go

This file was deleted.

0 comments on commit 9908519

Please sign in to comment.