We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
flag:name
1 parent a325535 commit f61a3efCopy full SHA for f61a3ef
modules/validations/outdated_tags.js
@@ -250,8 +250,8 @@ export function validationOutdatedTags() {
250
// We are keeping the match at this point
251
subtype = 'noncanonical_brand';
252
253
- // Preserve some tags values that we don't want NSI to overwrite.
254
- const keepTags = ['takeaway', 'building']
+ // Preserve some tag values that we don't want NSI to overwrite.
+ const keepTags = ['building', 'flag:name', 'takeaway']
255
.reduce((acc, k) => {
256
if (newTags[k]) acc[k] = newTags[k];
257
return acc;
0 commit comments