-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scan files in (project) root directory even when it is hidden (#2377)
Fix searching from inside a hidden directory When searching files like this: ``` mkdir .hidden_folder cd .hidden_folder touch File.kt ktlint '*.kt' ``` ktlint reported that it found no files. The fact that the current directory is hidden should have no effect. --------- Co-authored-by: paul-dingemans <[email protected]>
- Loading branch information
1 parent
352c0c4
commit c2697f6
Showing
2 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters