Skip to content

Commit

Permalink
perfguard/_rules: remove bundle
Browse files Browse the repository at this point in the history
See quasilyte/go-ruleguard#355

perfguard should not need that dependency when custom rules
are not used. This is why we're using rules embedding.
  • Loading branch information
quasilyte committed Jan 10, 2022
1 parent fb88f2c commit 240ab67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions perfguard/_rules/universal_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import (
"github.com/quasilyte/go-ruleguard/dsl"
)

var Bundle = dsl.Bundle{}

// Universal rules are shared in both `lint` and `optimize` modes.
//
// By default, all rules trigger on every successful match.
Expand Down

0 comments on commit 240ab67

Please sign in to comment.