Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 16.0.0 doesn't work with PASSIVE_VOICE #293

Open
DennisFeldbusch opened this issue Jan 10, 2024 · 0 comments
Open

Version 16.0.0 doesn't work with PASSIVE_VOICE #293

DennisFeldbusch opened this issue Jan 10, 2024 · 0 comments
Labels
1-bug 🐛 Issue type: Bug report (something isn't working as expected) 2-unconfirmed Issue status: Bug that needs to be reproduced (all new bugs have this label)

Comments

@DennisFeldbusch
Copy link

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
@DennisFeldbusch DennisFeldbusch added 1-bug 🐛 Issue type: Bug report (something isn't working as expected) 2-unconfirmed Issue status: Bug that needs to be reproduced (all new bugs have this label) labels Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-bug 🐛 Issue type: Bug report (something isn't working as expected) 2-unconfirmed Issue status: Bug that needs to be reproduced (all new bugs have this label)
Projects
None yet
Development

No branches or pull requests

1 participant