diff --git a/.env.local b/.env.local new file mode 100644 index 0000000..e69de29 diff --git a/debug.log b/debug.log new file mode 100644 index 0000000..e69de29 diff --git a/internal/validator/validator.go b/internal/validator/validator.go index fbc3ef9..ea87195 100644 --- a/internal/validator/validator.go +++ b/internal/validator/validator.go @@ -12,6 +12,9 @@ import ( "github.com/gobwas/glob" ) +// TODO: this is a hack, fix later +var globalDebug = true + // Validator holds the configuration and validation results. type Validator struct { Config *config.Config diff --git a/tmp/scratch.txt b/tmp/scratch.txt new file mode 100644 index 0000000..e69de29