NON_MERGEABLE_LISTS

Constant NON_MERGEABLE_LISTS 

Source
const NON_MERGEABLE_LISTS: &[&str];
Expand description

List of which configuration lists cannot be merged.

Instead of merging, the higher priority list should replaces the lower priority list.

ยงWhat kind of config is non-mergeable

The rule of thumb is that if a config is a path of a program, it should be added to this list.