Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application scanDirs #257

Closed
slischka opened this issue Mar 30, 2020 · 0 comments
Closed

Application scanDirs #257

slischka opened this issue Mar 30, 2020 · 0 comments

Comments

@slischka
Copy link

Version: 3.0.1

Bug Description

application:
	scanDirs: false

This works as expected

application:
	scanDirs!: false

This does not works. Error: Replacing operator is available only for arrays, item 'scanDirs!' is not array. So with this error message its ok. Just remove the ! and its fine.

application:
	scanDirs!:
		- foo

This does not works. Error: The option 'application › scanDirs › _prevent_merging' expects to be string, bool given.

I think there is some array merging problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant