Skip to content

Commit

Permalink
fix(lint): add missing analytics (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jan 18, 2024
1 parent 5c48e7e commit b485301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/file_lint.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func getRuleSet(ruleSetFile string) (*rulesets.RuleSet, error) {
func executeLint(cmd *cobra.Command, args []string) error {
verbosity, _ := cmd.Flags().GetInt("verbose")
logbasics.Initialize(log.LstdFlags, verbosity)
_ = sendAnalytics("file-lint", "", modeLocal)

customRuleSet, err := getRuleSet(args[0])
if err != nil {
Expand Down

0 comments on commit b485301

Please sign in to comment.