Closed jlewi closed 1 year ago
We were missing a defer statement for closing the file so we were closing the file before scanning it for .gitignore patterns
As a result no patterns were detected; scanner reports an error but we weren't checking it.
Related to https://github.com/jlewi/hydros/issues/23
We were missing a defer statement for closing the file so we were closing the file before scanning it for .gitignore patterns
As a result no patterns were detected; scanner reports an error but we weren't checking it.
Related to https://github.com/jlewi/hydros/issues/23