﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12422	remove lit on suspicious object warning	Klumbumbus	team	"In the past we added more and more exceptions to the lit rule. However as already said in one of those [https://josm.openstreetmap.de/search?q=+lit+suspicious&noquickjump=1&ticket=on tickets], anything can be lit. So I suggest to turn this warning into a ""incomplete object: only lit"" warning. (We already have this warning for are, name and ref)

This reduces the number of false positives validator warnings and reduces the chance that users disable the validator because of false positives. See also this [http://osm.haraldhartmann.de/umfrage/poll/9 poll] (german).

{{{
#!mapcss
*[lit][eval(number_of_tags()) = 1] {
  throwWarning: tr(""incomplete object: only {0}"", ""{0.key}"");
}
}}}"	enhancement	closed	normal	16.02	Core validator		fixed	lit	
