mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-06 05:30:57 +00:00
More Go linters enabled, issues fixed
Ref: #528 Enables "staticcheck", "varcheck", "structcheck", "aligncheck"
This commit is contained in:
+5
-1
@@ -8,7 +8,11 @@
|
||||
"goimports",
|
||||
"misspell",
|
||||
"gosimple",
|
||||
"ineffassign"
|
||||
"ineffassign",
|
||||
"staticcheck",
|
||||
"varcheck",
|
||||
"structcheck",
|
||||
"aligncheck"
|
||||
],
|
||||
"Deadline": "15m"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user