You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 10 x64; manual installation to path; vale 3.9.2
Describe the bug / provide steps to reproduce it
Asciidoc syntax. I prefer linting with --ignore-syntax.
Without --ignore-syntax vale misses word on line 31 ('данная').
With --ignore-syntax vale erroneously detects 'Возможно' as partly erroneous with 'можно' (should not, because rule implies \b word boundaries) and misses 'можно' on line 109.
user@DESKTOP R:\tmp
28.12.2024 6:53:39 $ vale test.adoc
test.adoc
3:43 warning Избыточный текст 'несколько' lexic.Remove
15:54 warning Избыточный текст 'можно' lexic.Remove
25:27 warning Избыточный текст 'функционал' lexic.Remove
27:3 warning Избыточный текст 'данная' lexic.Remove
30:27 warning Избыточный текст 'функционала' lexic.Remove
48:59 warning Избыточный текст 'можно' lexic.Remove
51:54 warning Избыточный текст 'позволяет' lexic.Remove
85:21 warning Избыточный текст 'данные' lexic.Remove
90:21 warning Избыточный текст 'данные' lexic.Remove
95:21 warning Избыточный текст 'данные' lexic.Remove
109:60 warning Избыточный текст 'можно' lexic.Remove
✖ 0 errors, 11 warnings and 0 suggestions in 1 file.
user@DESKTOP R:\tmp
28.12.2024 6:58:32 $ vale --ignore-syntax test.adoc
test.adoc
3:43 warning Избыточный текст 'несколько' lexic.Remove
15:54 warning Избыточный текст 'можно' lexic.Remove
25:27 warning Избыточный текст 'функционал' lexic.Remove
27:3 warning Избыточный текст 'данная' lexic.Remove
30:27 warning Избыточный текст 'функционала' lexic.Remove
31:29 warning Избыточный текст 'данная' lexic.Remove
48:59 warning Избыточный текст 'можно' lexic.Remove
51:54 warning Избыточный текст 'позволяет' lexic.Remove
73:6 warning Избыточный текст 'можно' lexic.Remove
85:21 warning Избыточный текст 'данные' lexic.Remove
90:21 warning Избыточный текст 'данные' lexic.Remove
95:21 warning Избыточный текст 'данные' lexic.Remove
✖ 0 errors, 12 warnings and 0 suggestions in 1 file.
vale-test.zip
Edit .vale.ini StylesPath to your extraction location.
The text was updated successfully, but these errors were encountered:
Check for existing issues
Environment
Windows 10 x64; manual installation to path; vale 3.9.2
Describe the bug / provide steps to reproduce it
Asciidoc syntax. I prefer linting with
--ignore-syntax
.Without
--ignore-syntax
vale misses word on line 31 ('данная').With
--ignore-syntax
vale erroneously detects 'Возможно' as partly erroneous with 'можно' (should not, because rule implies\b
word boundaries) and misses 'можно' on line 109.vale-test.zip
Edit
.vale.ini
StylesPath to your extraction location.The text was updated successfully, but these errors were encountered: