Customization: Ignore non-supported local tags
{
...
"customizations": {
"ignoreNotSupportedLocalTags": {
"enabled": true,
"supportedTags": [ "@manual", "@important" ]
}
}
...
}{
...
"customizations": {
"ignoreNotSupportedLocalTags": {
"enabled": true,
"notSupportedTags": [ "@slow", "@fast" ]
}
}
...
}Last updated