Skip to content

Commit

Permalink
Increased min rule length
Browse files Browse the repository at this point in the history
  • Loading branch information
mymmrac committed Oct 29, 2021
1 parent e1c5a30 commit d0cacf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion display.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ type namedProfile struct {
ruleMatch map[string]int
}

const minRuleNameLength = 6
const minRuleNameLength = 10

func displayCount(matched countByProfile, maxProfLen int, res *bytes.Buffer) int {
i := 0
Expand Down
2 changes: 1 addition & 1 deletion input.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Displays count information based in profiles & rules specified.`,
isExecuting = true
cmdArgs = args
},
Version: "v1.0.3",
Version: "v1.0.4",
}

rootCmd.SetVersionTemplate(`{{printf "The-Line. Version %s" .Version}}
Expand Down

0 comments on commit d0cacf8

Please sign in to comment.