Skip to content

Commit

Permalink
add gitpod and golangci config files
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Feb 4, 2022
1 parent b99adc4 commit 53747a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tasks:
- init: go get -d ./...
command: curl -fsSL https://cutt.ly/tran-cli | bash
7 changes: 7 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
linters:
enable:
[ gofmt ]

issues:
max-issues-per-linter: 0
max-same-issues: 0

0 comments on commit 53747a1

Please sign in to comment.