When I write ```DateTimeFormatter.ofPattern("yyyy-...
# intellij
k
When I write
Copy code
DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss.SSSZ")
an IntelliJ inspection tells me I have a typo in "dd'T'" and in "SSSZ". Is there a way to turn this off? Ideally, IntelliJ ought to be intelligent enough to detect that this string is not written in English, but instead should check that it's a valid pattern for DateTimeFormatter.
👍 2
r
I'd recommend submitting this to YouTrack if it doesn't already exist. They're usually pretty responsive with tweaks or fixes.
k