58
Some checks failed
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Run golangci-lint (api_gateway) (push) Failing after 4m57s
Go Linter / Build golang services (api_gateway) (push) Has been skipped
Go Linter / Push Docker Images (api_gateway) (push) Has been skipped
Some checks failed
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Run golangci-lint (api_gateway) (push) Failing after 4m57s
Go Linter / Build golang services (api_gateway) (push) Has been skipped
Go Linter / Push Docker Images (api_gateway) (push) Has been skipped
This commit is contained in:
46
.golangci-lint.yaml
Normal file
46
.golangci-lint.yaml
Normal file
@@ -0,0 +1,46 @@
|
||||
.DS_Store
|
||||
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
.vscode/
|
||||
.idea/
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
go.sum
|
||||
*.log
|
||||
*.tmp
|
||||
*.swp
|
||||
|
||||
/bin/
|
||||
/pkg/
|
||||
/coverage.out
|
||||
*.test
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
vendor/
|
||||
|
||||
*.o
|
||||
*.obj
|
||||
*.a
|
||||
*.lib
|
||||
*.out
|
||||
*.class
|
||||
*.pch
|
||||
|
||||
docker-compose.yaml
|
||||
.env
|
||||
|
||||
dist/
|
||||
tmp/
|
||||
.vscod/
|
||||
|
||||
code-quality-repot.json
|
||||
|
||||
molva
|
||||
|
||||
bin/
|
||||
code-quality-report.json
|
||||
.build/config/local.yaml
|
Reference in New Issue
Block a user