We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f016d2 commit dd52c79Copy full SHA for dd52c79
3 files changed
ValeStyles/Couchbase/DirectionalLanguage.yml
@@ -6,6 +6,7 @@ link: https://docs.couchbase.com/styleguide/directional-language.html
6
tokens:
7
- left
8
- right
9
+ - (?<=\bmove\s+)\bup\b
10
- '(?<!(sign|set|back)\s)up(?!\sto)'
11
- down
12
- below
ValeStyles/Couchbase/LessFewer.yml
@@ -3,4 +3,5 @@ level: warning
3
message: Did you mean less or should this be fewer?
4
link: https://docs.couchbase.com/styleguide/less-fewer.html
5
- - '[Ll]ess \b[a-zA-Z]+s\b'
+ - '[Ll]ess \b[a-zA-Z]+s\b'
+ - '[Ll]ess \bpeople\b'
ValeStyles/Couchbase/Link.yml
@@ -4,4 +4,4 @@ level: error
link: https://docs.couchbase.com/styleguide/ui-links.html
- - '[Cc]lick the .+ link .+'
+ - '(?i)\bclick the(?: \w+)* link\b'
0 commit comments