mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-06-16 03:49:08 -04:00
Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/olekukonko/tablewriter/releases) - [Commits](https://github.com/olekukonko/tablewriter/compare/v1.1.3...v1.1.4) --- updated-dependencies: - dependency-name: github.com/olekukonko/tablewriter dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
306 B
HCL
10 lines
306 B
HCL
recursive = true
|
|
output_file = "all.txt"
|
|
extensions = [".go"]
|
|
exclude_dirs = [
|
|
"_examples", "_readme", "_lab","_tmp","pkg","lab","cmd","test.txt","tmp",
|
|
"_readme","pkg","renderer"
|
|
]
|
|
exclude_files = ["README.md","README_LEGACY.md","MIGRATION.md","test.hcl","csv.go"]
|
|
use_gitignore = true
|
|
detailed = true |