fix: reduce flaky in the CI and clean the .golangci.yml of the project (#2359)

* fix: clean linter configuration
* fix: minor changes
* fix: increase timeout
This commit is contained in:
Ludovic Fernandez 2021-11-14 16:03:40 +01:00 committed by GitHub
commit aa3550ab83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 24 deletions

View file

@ -9,7 +9,6 @@ import (
"github.com/pkg/errors"
)
//nolint:gomnd
func ParseErrorPosition(pos string) (*token.Position, error) {
// file:line(<optional>:colon)
parts := strings.Split(pos, ":")