Skip to content

Commit

Permalink
Refactor to reduce nbr of arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-debricked committed Mar 26, 2024
1 parent bacefec commit 6996f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/file/exclusion.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func DefaultExclusions() []string {
for _, excluded_dir := range defaultExclusions.Directories {
exclusions = append(exclusions, filepath.Join("**", excluded_dir, "**"))
}

return exclusions
}

Expand Down

0 comments on commit 6996f61

Please sign in to comment.