Skip to content

Commit

Permalink
Merge pull request #24 from DuckyMomo20012/dev
Browse files Browse the repository at this point in the history
chore: update configs
  • Loading branch information
DuckyMomo20012 authored Jul 19, 2024
2 parents f4dadff + 8a0c5ec commit 1c56673
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ linters:
- rowserrcheck
- sqlclosecheck
- staticcheck
- structcheck
# - structcheck
# - stylecheck
- tparallel
- thelper
- typecheck
- unconvert
- unparam
- unused
- varcheck
# - varcheck
- wsl
- whitespace

Expand Down
4 changes: 2 additions & 2 deletions api/openapi/task/v1/task.swagger.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"swagger": "2.0",
"info": {
"title": "Task server API",
"description": "Go Todo task API",
"title": "Go Todo Task server API",
"description": "Go Todo Task server API",
"version": "1.1.0",
"contact": {
"name": "DuckyMomo20012",
Expand Down
4 changes: 2 additions & 2 deletions api/protobuf/task/v1/task.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import "protoc-gen-openapiv2/options/annotations.proto";
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
info: {
version: "1.1.0";
title: "Task server API";
description: "Go Todo task API";
title: "Go Todo Task server API";
description: "Go Todo Task server API";
contact: {
name: "DuckyMomo20012";
url: "https://github.com/DuckyMomo20012";
Expand Down
37 changes: 19 additions & 18 deletions internal/common/genproto/task/v1/task.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c56673

Please sign in to comment.