Skip to content

Commit

Permalink
ignore https://github.com/ruosm-presets because of frequent missing i…
Browse files Browse the repository at this point in the history
…cons errors and no response

see ruosm-presets/literan-moscow#88

git-svn-id: https://josm.openstreetmap.de/svn/trunk@14464 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
don-vip committed Nov 28, 2018
1 parent 5c7c3da commit 7a06f12
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ private static void testPresets(Map<String, Set<String>> allMessages, ExtendedSo
if (message.contains(TaggingPreset.PRESET_ICON_ERROR_MSG_PREFIX)) {
error = true;
// ignore https://github.com/yopaseopor/traffic_signs_preset_JOSM because of far too frequent missing icons errors
if (!source.url.contains("yopaseopor/traffic_signs")) {
// ignore https://github.com/ruosm-presets because of frequent missing icons errors and no response
if (!source.url.contains("yopaseopor/traffic_signs") && !source.url.contains("ruosm-presets/literan-moscow")) {
allMessages.computeIfAbsent(source.url, x -> new TreeSet<>()).add(message);
}
}
Expand Down

0 comments on commit 7a06f12

Please sign in to comment.