Skip to content

Commit

Permalink
chore: add ent/db/* to ignored paths
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <[email protected]>
  • Loading branch information
csatib02 committed May 24, 2024
1 parent 185bdc2 commit 11dfbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .licensei.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ignored = [
]

[header]
ignorePaths = [".devenv", ".direnv", "vendor", "client", ".gen"]
ignorePaths = [".devenv", ".direnv", "vendor", "client", ".gen", "ent", "internal/credit/postgres_connector/ent/db"]
ignoreFiles = ["*.gen.go"]
template = """// Copyright © :YEAR: Tailfin Cloud Inc.
//
Expand Down

0 comments on commit 11dfbbb

Please sign in to comment.