Skip to content

Commit

Permalink
change severity of #54 and #55 (#33)
Browse files Browse the repository at this point in the history
* change 54 to Warning, 55 to Note
  • Loading branch information
dalverson authored May 16, 2023
1 parent 635aa78 commit 9f36719
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions default.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9f36719

Please sign in to comment.