Created
July 26, 2020 12:12
-
-
Save eqr/9771ee38389a5818d8e68ceb4b54f5bc 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
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