purge changelog
1 parent fd568a2 commit ecf92b04b3728bed3da018128089b23711a4d3f2
@Martin Nowak Martin Nowak authored on 11 May 2020
Showing 2 changed files
View
12
changelog/ignoreHiddenDirectories.dd 100644 → 0
Hidden directories are now ignored.
 
A hidden directory on most Posix file systems starts with a period. e.g.
`.dub`. By default, dub ignored hidden files (e.g. `.swap.file.d`), but not
hidden directories. Some operating systems create hidden directories that dub
would try to include for compilation. This release now will properly ignore
hidden directories, unless those directories are specifically named in the dub
recipe file.
 
Note that this uses the directory name exclusively and does not check file
attributes.
View
6
changelog/lintReportFile.dd 100644 → 0
Dub lint now supports --report-file argument.
 
Dub lint can now be called with --report-file argument:
dub lint --report-file report.json