mirror of
https://github.com/kedro-org/kedro.git
synced 2026-03-26 18:48:28 +00:00
* add some styles Signed-off-by: Jo Stichbury <jo_stichbury@mckinsey.com> * Tweaks to styles Signed-off-by: Jo Stichbury <jo_stichbury@mckinsey.com> * more tweaks Signed-off-by: Jo Stichbury <jo_stichbury@mckinsey.com> * Revise some styles Signed-off-by: Jo Stichbury <jo_stichbury@mckinsey.com> * Revise severity of some styles Signed-off-by: Jo Stichbury <jo_stichbury@mckinsey.com> * Update .github/styles/Kedro/words.yml Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu> --------- Signed-off-by: Jo Stichbury <jo_stichbury@mckinsey.com> Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
7 lines
140 B
YAML
7 lines
140 B
YAML
extends: existence
|
|
message: "Use the Oxford comma in '%s'."
|
|
scope: sentence
|
|
level: suggestion
|
|
tokens:
|
|
- '(?:[^,]+,){1,}\s\w+\s(?:and|or)'
|