feat: add 'hide-dotfiles' as command line parameter (#3802)

Co-authored-by: Henrique Dias <mail@hacdias.com>
This commit is contained in:
Ahmad Hesam
2025-11-14 08:19:03 +01:00
committed by GitHub
parent cacc0999e9
commit 0d973d3aad
3 changed files with 5 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ type Settings struct {
MinimumPasswordLength uint `json:"minimumPasswordLength"`
FileMode fs.FileMode `json:"fileMode"`
DirMode fs.FileMode `json:"dirMode"`
HideDotfiles bool `json:"hideDotfiles"`
}
// GetRules implements rules.Provider.