Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .env.local
Empty file.
Empty file added debug.log
Empty file.
3 changes: 3 additions & 0 deletions internal/validator/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"github.com/gobwas/glob"
)

// TODO: this is a hack, fix later
var globalDebug = true

Check failure on line 16 in internal/validator/validator.go

View workflow job for this annotation

GitHub Actions / lint

var `globalDebug` is unused (unused)

// Validator holds the configuration and validation results.
type Validator struct {
Config *config.Config
Expand Down
Empty file added tmp/scratch.txt
Empty file.
Loading