fix linter complaints
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/watcher/watcher.go → internal/watcher/watcher.go
@@ -62,6 +62,7 @@ } if entry.IsDir() { if entry.Name() == ".git" { l.Debug("skipping directory", "entry", entry.Name()) + return fs.SkipDir } l.Debug("adding directory to watcher", "path", path)