-
Type:
Task
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: PUP 5.3.3
-
Component/s: None
-
Labels:None
-
Template:customfield_10700 229507
-
Acceptance Criteria:
-
Epic Link:
-
Sub-team:
-
Team:Platform Core
-
Sprint:Platform Core KANBAN
-
Release Notes:Not Needed
-
QA Risk Assessment:No Action
Update the lib/puppet/pops/issue_reporter.rb to report errors and warnings in a translation friendly way.
warnings_message = (emit_warnings && warnings.size > 0) ? ", and #{warnings.size} warnings" : ""
|
giving_up_message = "Language validation logged #{errors.size} errors#{warnings_message}. Giving up"
|