mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-13 14:58:45 -04:00
build(deps): bump github.com/quasilyte/go-ruleguard from v0.3.19 to v0.4.0 (#3999)
This commit is contained in:
parent
03b1824ef5
commit
ea4481a196
5 changed files with 6 additions and 39 deletions
test
|
@ -44,12 +44,6 @@ func TestFix(t *testing.T) {
|
|||
for _, input := range sources {
|
||||
input := input
|
||||
|
||||
// TODO(ldez): remove this limitation when gocritic/ruleguard will be fixed.
|
||||
if filepath.Base(input) == "gocritic.go" {
|
||||
t.Logf("skip gocritic because of a bug with ruleguard")
|
||||
continue
|
||||
}
|
||||
|
||||
t.Run(filepath.Base(input), func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
|
@ -88,12 +82,6 @@ func TestFix_pathPrefix(t *testing.T) {
|
|||
for _, input := range sources {
|
||||
input := input
|
||||
|
||||
// TODO(ldez): remove this limitation when gocritic/ruleguard will be fixed.
|
||||
if filepath.Base(input) == "gocritic.go" {
|
||||
t.Logf("skip gocritic because of a bug with ruleguard")
|
||||
continue
|
||||
}
|
||||
|
||||
t.Run(filepath.Base(input), func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue