Skip to content

Fix: Use proper file globbing for exclude patterns (for real now)

Compare
Choose a tag to compare
@d-Rickyy-b d-Rickyy-b released this 10 Dec 23:33
ba16388

0.1.2 - 2020-12-10

The previous release had a bug. On every excluded file we raised an error that stopped the filepath.walk function from continuing. This bug should now be fixed.

Added

  • Implement -d/--debug switch to enable debug logging for printing exclude matches (21a201a)

Fixed

  • Don't return error in filepath.Walk() for excluded files (94fba5c)