We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
name:pronunciation
1 parent 74d2825 commit a325535Copy full SHA for a325535
modules/validations/outdated_tags.js
@@ -114,7 +114,7 @@ export function validationOutdatedTags() {
114
// There are a few exceptions to the namelike regexes.
115
// Usually a tag suffix contains a language code like `name:en`, `name:ru`
116
// but we want to exclude things like `operator:type`, `name:etymology`, etc..
117
- if (/:(colour|type|left|right|etymology|wikipedia)$/.test(k)) return false;
+ if (/:(colour|type|left|right|etymology|pronunciation|wikipedia)$/.test(k)) return false;
118
119
return true;
120
});
0 commit comments