From 9f3671907cdcdf83f388397970df5ff94f994023 Mon Sep 17 00:00:00 2001 From: Dave Alverson Date: Tue, 16 May 2023 19:33:29 -0400 Subject: [PATCH] change severity of #54 and #55 (#33) * change 54 to Warning, 55 to Note --- default.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/default.js b/default.js index a30a94e..c400c9f 100644 --- a/default.js +++ b/default.js @@ -401,12 +401,11 @@ "n.title": "{number} maximum street name length", "n": 30, }, -"54.severity": 'E', +"54.severity": 'W', "54.title": "No city on segment with HNs", "54.problem": "Address search will fail with no city name", "54.solution": "Make sure the primary or alt names have a city", "54.solutionLink": "P:Global/Creating_and_editing_road_segments#Address_Properties", -"55.severity": 'W', "55.title": "No city on named segment", "55.problem": "Address search will fail with no city name", "55.solution": "Make sure the primary or alt names have a city",