ltex-ls
ltex-ls copied to clipboard
Version 16.0.0 doesn't work with PASSIVE_VOICE
Describe the bug The newest version 16.0.0 doesn't recognize any passive voice.
Expected behavior
Version 15.2.0 with the same settings as below recognizes the following sentence as passive voice: In order to better evaluate the impact of binomial distribution on the single positions, multiple tests are performed.
However, updating to version 16.0.0, all PASSIVE_VOICE warnings disappear.
LTeX configuration
settings = {
ltex = {
enabled = { "latex", "tex", "bib", "markdown", },
language = "en-US",
diagnosticSeverity = {
PASSIVE_VOICE = "warning",
default = "information"
},
sentenceCacheSize = 2000,
additionalRules = {
enablePickyRules = true,
},
},
},
Version information
- Operating system: macOS 13.4.1
- ltex-ls: 16.0.0
- Java: 17.0.3