mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
This check aims to simplify string constants by dropping redundant single quote escape sequences. The check is optimized for performance. While there, update existing checks such that they do not introduce violations of the type flagged by this new check.
Error Prone Support coding guidelines
This module provides Error Prone checks that describe and suggest coding guidelines for both Error Prone checks and Refaster rules. These rules are only meant to be applied to Error Prone Support itself.