Showing 92 of 92 total issues
exported function FromString should have comment or be unexported Open
Open
func FromString(s string) *StringSplitPattern {
- Exclude checks
TODO found Open
Open
//TODO: (from Rust) char::is_ascii_punctuation(&x) || ...
- Exclude checks
FIXME found Open
Open
// FIXME: it's probably wrong to pass the rune index, instead of byte index
- Exclude checks
TODO found Open
Open
// TODO: to be implemented...
- Exclude checks
TODO found Open
Open
// TODO: ns.Nfd()
- Exclude checks
FIXME found Open
Open
// FIXME: Append does nothing if the normalized string is empty
- Exclude checks
FIXME found Open
Open
// FIXME: is len of runes (and not bytes) correct?
- Exclude checks
FIXME found Open
Open
// FIXME: Prepend does nothing if the normalized string is empty
- Exclude checks
FIXME found Open
Open
// FIXME: Go `unicode` package does not consider Unicode special casing
- Exclude checks
FIXME found Open
Open
// FIXME: see Unicode special casing notes on `NormalizedString.ToUpper()`
- Exclude checks
TODO found Open
Open
// TODO: to be implemented...
- Exclude checks
TODO found Open
Open
// TODO: to be implemented...
- Exclude checks