| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-31 | 8733: Suggest `str.lines` when splitting at hard-coded newlines | Florian Brucker | -0/+38 | |
| Adds a new `splitting_strings_at_newlines` lint that suggests to use `str.lines` instead of splitting a trimmed string at hard-coded newlines. | ||||
