Skip to content

Commit

Permalink
fix: reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Dec 23, 2023
1 parent 3896976 commit 213421c
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 311 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
go.work
cover.*
data
localstack
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ linters:
- exhaustive
- exportloopref
- forcetypeassert
- gochecknoglobals
- gochecknoinits
- goconst
- gocritic
Expand All @@ -37,7 +36,6 @@ linters:
- misspell
- nakedret
- noctx
- paralleltest
- prealloc
- rowserrcheck
- sqlclosecheck
Expand Down
7 changes: 2 additions & 5 deletions .octocov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,16 @@ testExecutionTime:
acceptable:
- 1:1.1
- current <= 1min && diff <= 2sec
badge:
path: docs/time.svg
diff:
datastores:
- artifact://${GITHUB_REPOSITORY}
comment:
if: is_pull_request
hideFooterLink: false
summary:
if: true
report:
if: is_default_branch
datastores:
- artifact://${GITHUB_REPOSITORY}
codeToTestRatio:
badge:
path: docs/ratio.svg

2 changes: 0 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ services:
volumes:
- "${LOCALSTACK_VOLUME_DIR:-./localstack}:/var/lib/localstack"
- "/var/run/docker.sock:/var/run/docker.sock"
- "localstack:/etc/localstack/init/ready.d"
- "data:/home/localstack/data"
volumes:
localstack:
data:
Empty file removed localstack/.gitkeep
Empty file.
1 change: 0 additions & 1 deletion localstack/cache/machine.json

This file was deleted.

150 changes: 0 additions & 150 deletions localstack/cache/server.test.pem

This file was deleted.

122 changes: 0 additions & 122 deletions localstack/cache/server.test.pem.crt

This file was deleted.

28 changes: 0 additions & 28 deletions localstack/cache/server.test.pem.key

This file was deleted.

Binary file not shown.
1 change: 1 addition & 0 deletions version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package version provides version information.
package version

import (
Expand Down
Loading

0 comments on commit 213421c

Please sign in to comment.