Skip to content

Instantly share code, notes, and snippets.

@eqr
Created July 26, 2020 12:12
Show Gist options
  • Save eqr/9771ee38389a5818d8e68ceb4b54f5bc to your computer and use it in GitHub Desktop.
Save eqr/9771ee38389a5818d8e68ceb4b54f5bc to your computer and use it in GitHub Desktop.
ignored_files = [
"lib/tetris/shape.ex"
]
[
inputs:
Enum.flat_map(
["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
&Path.wildcard(&1, match_dot: true)
) -- ignored_files
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment