generated from liatrio/go-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
138f860
commit 58478e0
Showing
21 changed files
with
474 additions
and
514 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,27 @@ | ||
--- | ||
run: | ||
timeout: 10m | ||
allow-parallel-runners: true | ||
go: '1.22' | ||
timeout: 5m | ||
go: "1.22" | ||
|
||
linters-settings: | ||
errcheck: | ||
check-type-assertions: false | ||
check-blank: true | ||
|
||
maligned: | ||
# print struct with more effective memory layout or not, false by default | ||
suggest-new: true | ||
|
||
unused: | ||
go: '1.22' | ||
|
||
lll: | ||
# max line length, lines longer will be reported. Default is 120. | ||
# '\t' is counted as 1 character by default, and can be changed with the tab-width option | ||
line-length: 185 | ||
# tab width in spaces. Default to 1. | ||
tab-width: 8 | ||
line-length: 120 | ||
tab-width: 4 | ||
|
||
linters: | ||
disable-all: true | ||
enable: | ||
- gofmt | ||
- errcheck | ||
- goimports | ||
- misspell | ||
- noctx | ||
- lll | ||
- govet | ||
- ineffassign | ||
- typecheck | ||
- unused | ||
- gosimple | ||
- staticcheck | ||
- gosec | ||
|
||
issues: | ||
# Maximum issues count per one linter. Set to 0 to disable. Default is 50. | ||
max-issues-per-linter: 0 | ||
# Maximum count of issues with the same text. Set to 0 to disable. Default is 3. | ||
max-same-issues: 0 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.