mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
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:
parent
99c6516c6b
commit
aa3550ab83
8 changed files with 12 additions and 24 deletions
|
@ -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, ":")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue