## Description This reworks CI now that we have merged docs and website into a single deployment. ## Type of change <!--- Please check the type of change your PR introduces: ---> - [ ] 🌻 Feature - [ ] 🐛 Bugfix - [ ] 🗺️ Documentation - [ ] 🤖 Test - [x] 💻 CI/Deployment - [ ] 🐹 Trivial/Minor ## Issue(s) <!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. --> * Fixes https://github.com/alcionai/corso/issues/1551 ## Test Plan <!-- How will this be tested prior to merging.--> - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
51 lines
889 B
YAML
51 lines
889 B
YAML
extends: substitution
|
|
message: "Use '%s' instead of '%s'."
|
|
link: https://docs.microsoft.com/en-us/style-guide/word-choice/use-contractions
|
|
level: error
|
|
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
|
|
'it''s(?=\.)': it is
|
|
|
|
should not: shouldn't
|
|
|
|
'that is(?!\.)': that's
|
|
'that''s(?=\.)': that is
|
|
|
|
'they are(?!\.)': they're
|
|
'they''re(?=\.)': they are
|
|
|
|
was not: wasn't
|
|
|
|
'we are(?!\.)': we're
|
|
'we''re(?=\.)': we are
|
|
|
|
'we have(?!\.)': we've
|
|
'we''ve(?=\.)': we have
|
|
|
|
were not: weren't
|
|
|
|
'what is(?!\.)': what's
|
|
'what''s(?=\.)': what is
|
|
|
|
'when is(?!\.)': when's
|
|
'when''s(?=\.)': when is
|
|
|
|
'where is(?!\.)': where's
|
|
'where''s(?=\.)': where is
|
|
|
|
will not: won't
|