palantir / safe-logging

Interfaces and utilities for safe log messages
Apache License 2.0
14 stars 20 forks source link

Excavator: Upgrades Baseline to the latest version #761

Closed svc-excavator-bot closed 2 years ago

svc-excavator-bot commented 2 years ago
excavator is a bot for automating changes across repositories.

Changes produced by the roomba/latest-baseline-oss check.

Release Notes

4.152.0

Type Description Link
Feature Add DefaultLocale check

Related to https://github.com/google/error-prone/issues/632

Adds a DefaultLocale check that replaces uses of String.toLowerCase() and String.toUpperCase() with the overloads that take a Locale, using Locale.ROOT.
https://github.com/palantir/gradle-baseline/pull/2343

To enable or disable this check, please contact the maintainers of Excavator.