Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
PUP 5.3.3
-
None
-
None
Description
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"
|