Skip to content

Instantly share code, notes, and snippets.

@eqr
Created July 26, 2020 12:07
Show Gist options
  • Save eqr/33ae4a0764c7c24b56d6bcd46894eb98 to your computer and use it in GitHub Desktop.
Save eqr/33ae4a0764c7c24b56d6bcd46894eb98 to your computer and use it in GitHub Desktop.
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