﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
17273	Some possible changes in Rules/OsmoseValidations	naoliv	team	"In wiki:Rules/OsmoseValidations we have:

{{{
#!mapcss
/* note 3110 */
*[note]{
        throwWarning: ""For {0.key}, description or opening_hours tag more appropriate? if not"";
        suggestAlternative: ""fixme"";
    group: tr(""note - Osmose 3110"");                    
}
}}}

It's too much generic, isn't it?
It will warn on anything which has a `note` tag.

Also, we have a duplicate block:

{{{
#!mapcss


*[shop=bakers]{
        throwWarning: ""{0.tag} is deprecated"";
    group: tr(""deprecated tagging - Osmose tagwatch cleaner 3030"");             
        suggestAlternative: ""shop=bakery"";
        fixAdd: ""shop=bakery"";
}


*[shop=bakers]{
        throwWarning: ""{0.tag} is deprecated"";
    group: tr(""deprecated tagging - Osmose tagwatch cleaner 3030"");             
        suggestAlternative: ""shop=bakery"";
        fixAdd: ""shop=bakery"";
}
}}}"	enhancement	closed	normal		External rule		fixed		abalosc1
