@@ -1,11 +0,0 @@
|
|||||||
extends: existence
|
|
||||||
message: "Try to avoid using first-person plural like '%s'."
|
|
||||||
link: 'https://developers.google.com/style/pronouns#personal-pronouns'
|
|
||||||
level: warning
|
|
||||||
ignorecase: true
|
|
||||||
tokens:
|
|
||||||
- we
|
|
||||||
- we'(?:ve|re)
|
|
||||||
- ours?
|
|
||||||
- us
|
|
||||||
- let's
|
|
||||||
@@ -9,11 +9,9 @@ Packages = Google
|
|||||||
# with one of Vale's supported formats.
|
# with one of Vale's supported formats.
|
||||||
[formats]
|
[formats]
|
||||||
mdx = md
|
mdx = md
|
||||||
|
|
||||||
# Since we mapped `mdx` to `md` in the `formats`section we have to declare our format to be `md`
|
# Since we mapped `mdx` to `md` in the `formats`section we have to declare our format to be `md`
|
||||||
[*.md]
|
[*.md]
|
||||||
BasedOnStyles = Vale, Google
|
BasedOnStyles = Vale, Google
|
||||||
# TokenIgnores = ("integrationguide"), ^<[ ]{0}img(.*)+[ ]{0}/>$, <[ ]{0}img(.*\n)+/>
|
BlockIgnores = (^import .*;), (import .*;), (<table>\n(.*\n)+</table>), (\| .* \|)
|
||||||
# BlockIgnores = import \w* from '.*', \w*\.gradle
|
TokenIgnores = (^import .*;),(import .*;)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user