-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Unwanted warnings raised with version 2.29.4 #706
Comments
Problem : warnings are raised because titles are caught by Google Heading rule (which should not happen) Constraining vale to the previous latest version fixed this problem (while setting Google.Headings = NO did not) Ultimately this bugfix should be removed once errata-ai/vale#706 is closed.
Same problem with running locally. |
Should be fixed now. |
I've updated our action to use version
Note: errors associated to
are no longer present 👍 |
@jdkato Want me to fill another issue (related to version 2.29.5) or could you open this one back ? |
"PEP 8" needs to be added as an exception. Is it in your |
@jdkato Thanks for your answer. "PEP 8" was not part of my vocab and adding it solves the reproducer's issue. However, the problem still exist for cases that are not vocab related (or I would surprised). For example:
triggers the following error :
|
If you update to the latest version of the |
Seems to be working fine 👍 Thanks ! |
I pulled down https://github.com/errata-ai/Google/releases/tag/v0.4.2 but Vale version:
Running vale locally:
Vale local config:
Offending word in vocabulary file:
Google style rule triggering:
@jdkato, has the behavior changed, so I must add all the words in the vocabulary file |
No, you don't need to edit the rule source. Could you share your |
Hi @jdkato. Thanks for the support. Yes, there are |
I'm also interested in any fixes as I still have issues on my project (from which I extracted the reproducer) |
I made a test with an empty
As I added words to |
Running
The offending word
|
The underlying data structure for Your
You should generally have one entry per term. |
Check for existing issues
Environment
I'm using value through the github action errata-ai/vale-action@reviewdog but I think it is appropriate to open an issue here as my problem arises when a change the vale version.
Here is my action setting:
and my .vale.ini contains
Describe the bug / provide steps to reproduce it
The error I'm facing is that when vale works on my .rst file, the google rule regarding Heading is triggered when it shouldn't.
Here is my rst file
and the associated errors
While I though that this error might be related to #702, using
Google.Headings = NO
didn't solve my issue. However, this warnings are no longer raised when I constraint the vale github action to use the version "2.29.3" (latest is "2.29.4").The text was updated successfully, but these errors were encountered: