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
This issue is a continuation of #2463. There we talked about ForbiddenImports but we should generalice that solution to the rest of lists that we have in our yaml config file. (This case was implemented already #2474).
The reason for doing this is:
It's easier to mantain the configuration using lists than strings
We don't need to handle strange cases splitting strings (empty strings and similar)
The idea is to allow the use of yaml list where we are now using a string with ,. And if all goes well remove we can remove this old way in 2.0.
This is the list of configurations that, in 1.7.0, are lists splited by ,:
This issue is a continuation of #2463. There we talked about ForbiddenImports but we should generalice that solution to the rest of lists that we have in our yaml config file. (This case was implemented already #2474).
The reason for doing this is:
The idea is to allow the use of yaml list where we are now using a string with
,
. And if all goes well remove we can remove this old way in 2.0.This is the list of configurations that, in 1.7.0, are lists splited by
,
:The text was updated successfully, but these errors were encountered: