Skip to content

Commit

Permalink
Decuddled assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKingoTM authored and anderseknert committed Sep 5, 2023
1 parent f1148de commit 53bf024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@ func scaffoldBuiltinRule(params newRuleCommandParams) error {

func templateValues(params newRuleCommandParams) TemplateValues {
var tmplNameValue string

var tmplNameTestValue string

dashedNameValue := strings.ReplaceAll(params.name, "_", "-")

switch {
Expand Down

0 comments on commit 53bf024

Please sign in to comment.