Skip to content

Commit

Permalink
make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus committed Dec 6, 2023
1 parent 23eef9b commit d4e35eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experimental/plugins/plugintypes/rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ type RuleMetadata interface {
// Status returns the status to set if the rule matches.
Status() int

//Tags returns the tags of the rule.
// Tags returns the tags of the rule.
Tags() []string
}
2 changes: 1 addition & 1 deletion types/waf.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ type Interruption struct {
// Parameters used by proxy and redirect
Data string

//Tags of the rule that caused the interruption
// Tags of the rule that caused the interruption
Tags []string
}

Expand Down

0 comments on commit d4e35eb

Please sign in to comment.