Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonna-debricked committed Sep 13, 2023
1 parent 3a82e23 commit cf4469b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/cmd/callgraph/callgraph.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ $ debricked callgraph
dirExclusionExample := filepath.Join("**", "node_modules", "**")
exampleFlags := fmt.Sprintf("-e \"%s\" -e \"%s\"", fileExclusionExample, dirExclusionExample)

cmd.Flags().StringArrayVarP(&exclusions, ExclusionFlag, "e", exclusions,
`The following terms are supported to exclude paths:
cmd.Flags().StringArrayVarP(&exclusions, ExclusionFlag, "e", exclusions, `The following terms are supported to exclude paths:
Special Terms | Meaning
------------- | -------
"*" | matches any sequence of non-Separator characters
Expand Down

0 comments on commit cf4469b

Please sign in to comment.