- Updated DecorateString to look for sentences using a regular expression that should be decorated. This limits the number of strings that it finds to things that look like a sentence.
- Code restructure (no API changes)
- RuboCop lint fixes
- Added support for DecorateStringFormattingUsingPercent
- Added support for DecorateStringFormattingUsingInterpolation
- Improvements to DecorateFunctionMessage
- Initial import of rubocop rules from https://github.com/tphoney/puppetlabs-mysql/tree/poc_i18nTesting/rubocop by [@tphoney]