Created
July 26, 2020 12:07
-
-
Save eqr/33ae4a0764c7c24b56d6bcd46894eb98 to your computer and use it in GitHub Desktop.
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
inputs: | |
Enum.flat_map(["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"], | |
& Path.wildcard(&1, match_dot: true)) -- ["lib/foo/bar.ex"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment