mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
595 B
30 lines
595 B
extends: substitution
|
|
message: "Feel free to use '%s' instead of '%s'."
|
|
link: 'https://developers.google.com/style/contractions'
|
|
level: suggestion
|
|
ignorecase: true
|
|
action:
|
|
name: replace
|
|
swap:
|
|
are not: aren't
|
|
cannot: can't
|
|
could not: couldn't
|
|
did not: didn't
|
|
do not: don't
|
|
does not: doesn't
|
|
has not: hasn't
|
|
have not: haven't
|
|
how is: how's
|
|
is not: isn't
|
|
it is: it's
|
|
should not: shouldn't
|
|
that is: that's
|
|
they are: they're
|
|
was not: wasn't
|
|
we are: we're
|
|
we have: we've
|
|
were not: weren't
|
|
what is: what's
|
|
when is: when's
|
|
where is: where's
|
|
will not: won't
|
|
|