You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to include all *.yml / *.yaml files in the project, including hidden files, but excluding some directories such as dependency directories (node_modules in this case). But for some reason this is isn't working, node_modules is still checked if . is included.
I may be missing something. What would be an alternative approach? I don't want to maintain a list of files and directories to include.
The text was updated successfully, but these errors were encountered:
Found the issue, it should be fixed in the next release of yamlfmt. Not sure yet when I will be able to get that out but I will try within the next couple of weeks.
I have the following
.yamlfmt
file in my project:The idea is to include all
*.yml
/*.yaml
files in the project, including hidden files, but excluding some directories such as dependency directories (node_modules
in this case). But for some reason this is isn't working,node_modules
is still checked if.
is included.I may be missing something. What would be an alternative approach? I don't want to maintain a list of files and directories to include.
The text was updated successfully, but these errors were encountered: